From e2876cccfa051b9c66e9292edeb9251ff99ad147 Mon Sep 17 00:00:00 2001 From: Scragly <29337040+scragly@users.noreply.github.com> Date: Mon, 22 Apr 2019 01:41:17 +1000 Subject: change counter to minute --- bot/seasons/easter/egg_hunt/cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/seasons/easter/egg_hunt/cog.py b/bot/seasons/easter/egg_hunt/cog.py index bbbecd7f..c9e2dc18 100644 --- a/bot/seasons/easter/egg_hunt/cog.py +++ b/bot/seasons/easter/egg_hunt/cog.py @@ -295,7 +295,7 @@ class SuperEggMessage(EggMessage): return count = 4 for _ in range(count): - await asyncio.sleep(1) + await asyncio.sleep(60) embed = self.message.embeds[0] embed.set_footer(text=f"Finishing in {count} minutes.") try: -- cgit v1.2.3