1
0
Fork 0
mirror of synced 2024-05-29 16:59:42 +12:00

Added required invoke_without_command

This commit is contained in:
Phxntxm 2016-08-14 15:28:01 -05:00
parent eb0ab49b15
commit 97232c3fe5

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.group(pass_context=True, aliases=['tic', 'tac', 'toe'], no_pm=True)
@commands.group(pass_context=True, aliases=['tic', 'tac', 'toe'], no_pm=True, invoke_without_command=True)
@checks.customPermsOrRole(send_messages=True)
async def tictactoe(self, ctx, *, option: str):
player = ctx.message.author