Skip to content
Snippets Groups Projects
Commit 8e38797d authored by dnns01's avatar dnns01
Browse files

Change giveaway loop to 5 minutes

parent b014410c
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class Giveaway(commands.Cog):
else:
await self.bot.send_announce(ctx, "Niemand in der Lostrommel, um gezogen zu werden..")
@routines.routine(minutes=1)
@routines.routine(minutes=5)
async def giveaway_loop(self):
if self.just_started:
self.just_started = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment