[V3 CardsAgainstHumanity] No typing needed

This commit is contained in:
aikaterna
2018-12-18 15:59:03 -08:00
committed by GitHub
parent f30bba4888
commit 800195317c

View File

@@ -381,16 +381,12 @@ class CardsAgainstHumanity(BaseCog):
for member in game["Members"]:
if member["IsBot"]:
continue
# Show that we're typing
await self.bot.send_typing(member["User"])
await asyncio.sleep(0.1)
await asyncio.sleep(typeTime)
else:
for member in game["Members"]:
if member["IsBot"]:
continue
# Show that we're typing
await self.bot.send_typing(member["User"])
await asyncio.sleep(0.1)
await asyncio.sleep(waitTime)