|
|
@ -283,6 +283,7 @@ class Waifus(commands.Cog):
|
|
|
|
await ctx.send(husbando_list)
|
|
|
|
await ctx.send(husbando_list)
|
|
|
|
sys.exit(0)
|
|
|
|
sys.exit(0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
else:
|
|
|
|
# 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:
|
|
|
|
h_array = file.readlines()
|
|
|
|
h_array = file.readlines()
|
|
|
@ -301,7 +302,6 @@ class Waifus(commands.Cog):
|
|
|
|
await ctx.send(
|
|
|
|
await ctx.send(
|
|
|
|
f"Sorry! That husbando doesn't exist!"
|
|
|
|
f"Sorry! That husbando doesn't exist!"
|
|
|
|
f"\nPlease do **~h list** to see the list of husbando's")
|
|
|
|
f"\nPlease do **~h list** to see the list of husbando's")
|
|
|
|
|
|
|
|
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
|
|
|
|
|
|
|
|
# Get embed from randomHusbando() and send it to the channel
|
|
|
|
# Get embed from randomHusbando() and send it to the channel
|
|
|
|