Archived
1
0
Fork 0

Update __init__.py

This commit is contained in:
多羅狼 2023-10-25 23:42:29 +08:00 committed by GitHub
parent dec0729861
commit a5798cbba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ from core.utils.cooldown import CoolDown
tic_tac_toe = module('tic_tac_toe',
desc='{tic_tac_toe.help.desc}', developers=['Dianliang233'],
alias=['tic_tac_toe', 'tictactoe'])
alias=['ttt', 'tictactoe'])
play_state = {}