This commit is contained in:
Nikolaj Danger
2020-08-06 15:15:37 +02:00
parent 34d9c56489
commit 3c5e3e3a0a
8 changed files with 21 additions and 4 deletions

View File

@ -212,7 +212,7 @@ async def runMonopoly(channel, command, user):
if gameStarted:
await asyncio.sleep(60)
else:
await asyncio.sleep(5)
await asyncio.sleep(3)
response, showImage, deleteImage, gameDone = monopolyContinue(str(channel.id))
em = discord.Embed(description=response,colour = 0x59f442)
await channel.send(embed=em)