Skip to content

Commit

Permalink
Asking Kurisu how she is :) (#1232)
Browse files Browse the repository at this point in the history
more responses to come later
  • Loading branch information
MarigoldZephyrNio authored Jun 24, 2024
1 parent dcdf863 commit b9228cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cogs/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,12 @@ async def doom(self, ctx: KurisuContext):
"That is a weapon, NOT a teleporter.", "You can't just shoot a hole into the surface of **Mars**...", "They are rage, brutal, without mercy. But you. You will be worse. Rip and tear, until it is done."]
await ctx.send(random.choice(doom_list))

@commands.command(hidden=True)
async def hru(self, ctx: KurisuContext):
"""Finally asking how Kurisu is."""
feeling_list = ["AWFUL", "stfu", "alright", "I am a bot what the fuck do you think?"]
await ctx.send(random.choice(feeling_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 b9228cd

Please sign in to comment.