From 477849ca31f6a356116227bd6c4168a63237c750 Mon Sep 17 00:00:00 2001
From: Vinzenz Sinapius <Vinzenz.Sinapius@gmail.com>
Date: Fri, 13 May 2022 19:19:14 +0200
Subject: [PATCH] gierig auf !gierig texte

---
 twitchbot/giveaway.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/twitchbot/giveaway.py b/twitchbot/giveaway.py
index 1b5f2d0..f413c3f 100644
--- a/twitchbot/giveaway.py
+++ b/twitchbot/giveaway.py
@@ -14,7 +14,9 @@ class Giveaway(commands.Cog):
         """ take part at the giveaway """
 
         texts = [f"{ctx.author.name} ist ein gieriger Gierlappen!", f"Geil!!! {ctx.author.name} giert hart rein!",
-                 f"So klappt es doch {ctx.author.name}! Einmal hart reingieren."]
+                 f"So klappt es doch {ctx.author.name}! Einmal hart reingieren.", 
+                 f"Spieglein, Spieglein an der Wand, wer ist am gierigsten im ganzen Land? Oh Königin {ctx.author.name} giert am härtesten hier.",
+                 f"GIERMASTER3000 {ctx.author.name} ist am Start!"]
 
         if self.giveaway_enabled:
             if self.giveaway_entries.get(ctx.author.name) != 1:
-- 
GitLab