From b9228cdc0b284b5ed6868927de84a69eaed59d80 Mon Sep 17 00:00:00 2001 From: MarigoldZephyrNio <123856489+MarigoldZephyrNio@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:39:10 -0500 Subject: [PATCH] Asking Kurisu how she is :) (#1232) more responses to come later --- cogs/memes.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cogs/memes.py b/cogs/memes.py index 43cfe54b..5ef5697a 100644 --- a/cogs/memes.py +++ b/cogs/memes.py @@ -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?"""