✨
This commit is contained in:
@ -22,7 +22,6 @@ class HexGame():
|
||||
def parseHex(self, command, channel, user):
|
||||
commands = command.lower().split()
|
||||
game = self.bot.database["hex games"].find_one({"_id":channel})
|
||||
|
||||
if command == "" or command == " ":
|
||||
return "I didn't get that. Use \"!hex start [opponent]\" to start a game.", False, False, False, False
|
||||
|
||||
|
Reference in New Issue
Block a user