Skip to content
Snippets Groups Projects
Unverified Commit 477849ca authored by Vinzenz Sinapius's avatar Vinzenz Sinapius Committed by GitHub
Browse files

gierig auf !gierig texte

parent 730d826a
No related branches found
No related tags found
Loading
...@@ -14,7 +14,9 @@ class Giveaway(commands.Cog): ...@@ -14,7 +14,9 @@ class Giveaway(commands.Cog):
""" take part at the giveaway """ """ take part at the giveaway """
texts = [f"{ctx.author.name} ist ein gieriger Gierlappen!", f"Geil!!! {ctx.author.name} giert hart rein!", 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_enabled:
if self.giveaway_entries.get(ctx.author.name) != 1: if self.giveaway_entries.get(ctx.author.name) != 1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment