Trying to make sure that ~w list doesn't colide with other commands

pull/2/head
sgoudham 4 years ago
parent 03d84a0515
commit d540f1dc9b

@ -283,6 +283,7 @@ class Waifus(commands.Cog):
await ctx.send(husbando_list)
sys.exit(0)
else:
# Retrieve image of the husbando specified
with open(f'images/AnimeImages/Husbandos/{proper_husbando}.txt') as file:
h_array = file.readlines()
@ -301,7 +302,6 @@ class Waifus(commands.Cog):
await ctx.send(
f"Sorry! That husbando doesn't exist!"
f"\nPlease do **~h list** to see the list of husbando's")
else:
# Get embed from randomHusbando() and send it to the channel

Loading…
Cancel
Save