From 855c3f2bcff8d29a9931968115f57bb9be7a2a70 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 25 Jun 2020 22:16:29 +0100 Subject: [PATCH] Getting rid of Exit() --- cogs/AnimeImages.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cogs/AnimeImages.py b/cogs/AnimeImages.py index 331dbd2e..256afeae 100644 --- a/cogs/AnimeImages.py +++ b/cogs/AnimeImages.py @@ -150,7 +150,6 @@ class Waifus(commands.Cog): # Send the list of members in the bot to the channel server_members = string.capwords(', '.join(map(str, array))) await ctx.send(server_members) - exit() # Surround with try/except to catch any exceptions that may occur try: @@ -227,7 +226,6 @@ class Waifus(commands.Cog): # Send the list of waifus in the bot to the channel waifu_list = string.capwords(', '.join(map(str, waifu_array))) await ctx.send(waifu_list) - exit() # Surround with try/except to catch any exceptions that may occur try: