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

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

@ -227,8 +227,8 @@ 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
waifu_list = string.capwords(', '.join(map(str, waifu_array))) waifu_list = string.capwords(', '.join(map(str, waifu_array)))
await ctx.send(waifu_list) await ctx.send(waifu_list)
sys.exit(0)
else:
# Surround with try/except to catch any exceptions that may occur # Surround with try/except to catch any exceptions that may occur
try: try:

Loading…
Cancel
Save