This commit is contained in:
Nikolaj Danger
2020-08-12 13:45:05 +02:00
parent e9e08ef0d6
commit 25da2cc3eb
2 changed files with 16 additions and 20 deletions

View File

@@ -94,7 +94,7 @@ async def fiar(channel,command,user):
if gameDone == False:
if gwendoTurn:
try:
response, showImage, deleteImage, gameDone, gwendoTurn = fourInARowAI(str(channel.id))
response, showImage, deleteImage, gameDone, gwendoTurn = await fourInARowAI(str(channel.id))
except:
logThis("AI error (error code 1420)")
await channel.send(response)