Getting rid of Exit()

pull/2/head
sgoudham 4 years ago
parent 855c3f2bcf
commit acf34ee6f8

@ -279,7 +279,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)
exit()
# Retrieve image of the husbando specified # Retrieve image of the husbando specified
with open(f'images/AnimeImages/Husbandos/{proper_husbando}.txt') as file: with open(f'images/AnimeImages/Husbandos/{proper_husbando}.txt') as file:

Loading…
Cancel
Save