Updated commentary

pull/8/head
sgoudham 4 years ago
parent 4bc416cc4f
commit 0e3bf7e44c

@ -126,8 +126,9 @@ def waifu_embedder(self, waifu, _type):
return embed return embed
# Set up the Cog
class MWLMenu(menus.Menu): class MWLMenu(menus.Menu):
"""Setup menus for MyWaifuList results"""
def __init__(self, i, perms, _dict, _type, bot, guild_bot): def __init__(self, i, perms, _dict, _type, bot, guild_bot):
super().__init__(timeout=125.0, clear_reactions_after=True) super().__init__(timeout=125.0, clear_reactions_after=True)
self.i = i self.i = i
@ -299,7 +300,11 @@ class MWLMenu(menus.Menu):
class Anime(Cog): class Anime(Cog):
"""Waifus and Husbandos!""" """
Search MyWaifuList for Waifu's, Anime's and more!
Please keep in mind that this API is in ALPHA.
Searches might not return the proper results and images may be missing
"""
def __init__(self, bot): def __init__(self, bot):
self.bot = bot self.bot = bot

Loading…
Cancel
Save