diff --git a/twitchbot/giveaway.py b/twitchbot/giveaway.py index 9f8849b80d9e661f5bb3aeba59d90045bd9684e2..d778af988c99a75dfdfbf9971b003687638effa4 100644 --- a/twitchbot/giveaway.py +++ b/twitchbot/giveaway.py @@ -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