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?"""