1
0
Fork 0
mirror of synced 2024-06-23 08:40:41 +12:00

Corrected syntax error

This commit is contained in:
Phxntxm 2016-08-14 15:23:17 -05:00
parent 0957318142
commit c7bd4eaf21

View file

@ -80,7 +80,7 @@ class TicTacToe:
# Return whoever is x's so that we know who is going first
return self.boards[server_id].challengers['x']
@commands.command(name='tictactoe start', aliases['tictactoe challenge'], pass_context=True, no_pm=True)
@commands.command(name='tictactoe start', aliases= ['tictactoe challenge'], pass_context=True, no_pm=True)
@checks.customPermsOrRole(send_messages=True)
async def start_game(self, player2: discord.Member):
"""Starts a game of tictactoe with another player"""