From 90564fe94cb92ba71df57da09ef5a7d33f9cb1cc Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 25 Jun 2020 21:53:04 +0100 Subject: [PATCH] Adding maki to array --- cogs/AnimeImages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: