aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-rw-r--r--bot/seasons/easter/egg_hunt/cog.py2
1 files changed, 1 insertions, 1 deletions
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: