This commit is contained in:
NikolajDanger
2020-08-20 15:28:43 +02:00
parent f9cfe77d86
commit 0e4bdea3c7
3 changed files with 49 additions and 24 deletions

View File

@@ -93,10 +93,10 @@ class GameLoops():
self.bot.funcs.deleteGame("4 in a row games",str(channel.id))
async def runMonopoly(self,channel, command, user):
try:
response, showImage, deleteImage, gameStarted, gameContinue = self.bot.monopoly.parseMonopoly(command,str(channel.id),user)
except:
logThis("Error parsing command (error code 1610)")
#try:
response, showImage, deleteImage, gameStarted, gameContinue = self.bot.monopoly.parseMonopoly(command,str(channel.id),user)
#except:
# logThis("Error parsing command (error code 1610)")
if response != "":
await channel.send(response)
logThis(response,str(channel.id))