From 8e38797d88f600efdf554fd051d8b6835b9eae4e Mon Sep 17 00:00:00 2001
From: dnns01 <git@dnns01.de>
Date: Fri, 27 May 2022 21:26:22 +0200
Subject: [PATCH] Change giveaway loop to 5 minutes

---
 twitchbot/giveaway.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/twitchbot/giveaway.py b/twitchbot/giveaway.py
index 9f8849b..d778af9 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
-- 
GitLab