Not using new waifu system

pull/8/head
sgoudham 4 years ago
parent ae487b4994
commit 9d74182e7b

@ -6,7 +6,7 @@ from typing import Optional
from discord import Embed
from discord.ext.commands import bot_has_permissions, Cog, group
from settings import rndColour, enso_embedmod_colours, waifus_dict
from settings import rndColour, enso_embedmod_colours
# Defining the full names of the waifu's/husbando's
anime = {"yumeko": "Jabami Yumeko",
@ -128,7 +128,7 @@ class Anime(Cog):
async def waifu(self, ctx, waifu: Optional[str] = None):
"""Shows a Waifu"""
name = None
"""name = None
desc = None
url = None
likes = None
@ -149,7 +149,7 @@ class Anime(Cog):
embed.set_image(url=url)
embed.set_footer(text=f"<a:biglove:739563551987073047> {likes} 💔 {trash}")
await ctx.send(embed=embed)
await ctx.send(embed=embed)"""
if waifu:
lcase_waifu = waifu.lower()

Loading…
Cancel
Save