From ad14d80e7330f170d8ef5cb02f1744bc1a20c67f Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Mon, 12 Sep 2022 19:55:12 -0700 Subject: [PATCH] removing shinobu, its gross --- app/cogs/weeb_shit.py | 9 --------- app/help_methods.py | 5 ----- 2 files changed, 14 deletions(-) diff --git a/app/cogs/weeb_shit.py b/app/cogs/weeb_shit.py index 6e4e3500..8750b270 100644 --- a/app/cogs/weeb_shit.py +++ b/app/cogs/weeb_shit.py @@ -99,15 +99,6 @@ class Weeb(commands.Cog): ) ) - @commands.command(name="shinobu") - async def shinobu(self, ctx: commands.Context): - - await ctx.reply( - embed=core_utils.generate_embed( - embed_url=core_utils.waifu_pics(endpoint="shinobu") - ) - ) - @commands.command(name="bully") async def bully(self, ctx: commands.Context): diff --git a/app/help_methods.py b/app/help_methods.py index f23c6447..1e8684c8 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -191,10 +191,6 @@ def get_help_message(method): "\nUsage: !waifu", ], "neko": ["returns a cat anime girl", "\nUsage: !neko"], - "shinobu": [ - "returns a demon anime girl (its ok bro shes totally 5000 years old)", - "\nUsage: !shinobu", - ], "bully": ["returns a violent anime girl or guy", "\nUsage: !bully"], "cry": ["returns a crying anime girl", "\nUsage: !cry"], "hug": ["returns an anime girl hugging you", "\nUsage: !hug"], @@ -314,7 +310,6 @@ def get_help_embed(bot): "nom", "pat", "poke", - "shinobu", "slap", "smug", "waifu",