Skip to content

Commit

Permalink
Update memes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Sep 10, 2023
1 parent 5a087b5 commit 958bf80
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cogs/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,13 @@ async def motd(self, ctx: KurisuContext):
"Zǎoshang hǎo zhōngguó xiànzài wǒ yǒu BING CHILLING"]
await ctx.send(random.choice(motd_list))

@commands.command(hidden=True)
async def doom(self, ctx: KurisuContext):
"""got demons?"""
doom_list = ["RIP AND TEAR", "I *could* run Doom, but I choose not to.", "The Ion Catapult is designed to use only approved UAC ammunition.",
"...we will send unto them... only you.", "May your thirst for retribution never quench, may the blood on your sword never dry, and may we never need you again."]
await ctx.send(random.choice(doom_list))

@commands.command(hidden=True)
async def wagu(self, ctx: KurisuContext, sample: commands.Range[int, 1, 10] = 1):
"""got wagu?"""
Expand Down

0 comments on commit 958bf80

Please sign in to comment.