removing shinobu, its gross

This commit is contained in:
Luke Robles 2022-09-12 19:55:12 -07:00
parent 29508c3a31
commit ad14d80e73
2 changed files with 0 additions and 14 deletions

View File

@ -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):

View File

@ -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",