diff --git a/cogs/AnimeImages.py b/cogs/AnimeImages.py index 86d6dcda..331dbd2e 100644 --- a/cogs/AnimeImages.py +++ b/cogs/AnimeImages.py @@ -209,7 +209,7 @@ class Waifus(commands.Cog): async def w(self, ctx, waifu=None): # Defining array for the list of waifus available - waifu_array = ["toga", "yumeko"] + waifu_array = ["toga", "yumeko", "maki"] # If the channel that the command has been sent is in the list of accepted channels if str(ctx.channel) in settings.channels: