Removing sys.exit(0)

pull/2/head
sgoudham 4 years ago
parent d540f1dc9b
commit ab790eadb9

@ -2,7 +2,6 @@ import asyncio
import datetime import datetime
import random import random
import string import string
import sys
import discord import discord
from discord.ext import commands from discord.ext import commands
@ -281,7 +280,6 @@ class Waifus(commands.Cog):
# Send the list of waifus in the bot to the channel # 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, proper_husbando)))
await ctx.send(husbando_list) await ctx.send(husbando_list)
sys.exit(0)
else: else:
# Retrieve image of the husbando specified # Retrieve image of the husbando specified

Loading…
Cancel
Save