📝 HexAI now bad again. But works

This commit is contained in:
jona605a
2020-08-11 18:08:05 +02:00
parent 3ccb1587f3
commit 8b74e52989
2 changed files with 28 additions and 7 deletions

View File

@ -45,6 +45,7 @@ async def runHex(channel,command,user):
try:
response, showImage, deleteImage, gameDone, gwendoTurn = hexAI(str(channel.id))
except:
response, showImage, deleteImage, gameDone, gwendoTurn = "An AI error occured",False,False,False,False
logThis("AI error (error code 1520)")
await channel.send(response)
logThis(response,str(channel.id))