From acf34ee6f8db6e967ac0639ae5669eca528b3f18 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 25 Jun 2020 22:20:19 +0100 Subject: [PATCH] Getting rid of Exit() --- cogs/AnimeImages.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cogs/AnimeImages.py b/cogs/AnimeImages.py index 256afeae..ca88febf 100644 --- a/cogs/AnimeImages.py +++ b/cogs/AnimeImages.py @@ -279,7 +279,6 @@ class Waifus(commands.Cog): # Send the list of waifus in the bot to the channel husbando_list = string.capwords(', '.join(map(str, proper_husbando))) await ctx.send(husbando_list) - exit() # Retrieve image of the husbando specified with open(f'images/AnimeImages/Husbandos/{proper_husbando}.txt') as file: