From 3de7010816c1a1afaef4a65bf0e0964cf9916e73 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 25 Jun 2020 23:44:54 +0100 Subject: [PATCH] Fixing error to do with the wrong parameter being passed in --- cogs/AnimeImages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/AnimeImages.py b/cogs/AnimeImages.py index 4d450bd7..1e98e5cc 100644 --- a/cogs/AnimeImages.py +++ b/cogs/AnimeImages.py @@ -278,7 +278,7 @@ class Waifus(commands.Cog): await ctx.send(f"Try the husbando's listed below!") # Send the list of waifus in the bot to the channel - husbando_list = string.capwords(', '.join(map(str, proper_husbando))) + husbando_list = string.capwords(', '.join(map(str, husbando_array))) await ctx.send(husbando_list) else: