From 800195317cb4bad6e087b75a68bae08e1736dba5 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Tue, 18 Dec 2018 15:59:03 -0800 Subject: [PATCH] [V3 CardsAgainstHumanity] No typing needed --- cah/cah.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cah/cah.py b/cah/cah.py index 8493ddd..4d98e93 100644 --- a/cah/cah.py +++ b/cah/cah.py @@ -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)