From ab790eadb93abbc80ab86859fe9943073aac22b2 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 25 Jun 2020 23:42:08 +0100 Subject: [PATCH] Removing sys.exit(0) --- cogs/AnimeImages.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cogs/AnimeImages.py b/cogs/AnimeImages.py index 3f4d4c03..4d450bd7 100644 --- a/cogs/AnimeImages.py +++ b/cogs/AnimeImages.py @@ -2,7 +2,6 @@ import asyncio import datetime import random import string -import sys import discord from discord.ext import commands @@ -281,7 +280,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) - sys.exit(0) else: # Retrieve image of the husbando specified