reverting back to catching TimeoutError

pull/8/head
sgoudham 4 years ago
parent e1ebbfdf62
commit 576f840871

@ -140,7 +140,7 @@ class Relationship(commands.Cog):
# Abort the process as the message sent did not make sense # Abort the process as the message sent did not make sense
await ctx.send("**Senpaiiii! (。╯︵╰。) Speak English Please**") await ctx.send("**Senpaiiii! (。╯︵╰。) Speak English Please**")
except Exception as ex: except asyncio.TimeoutError as ex:
print(ex) print(ex)
# Delete the "proposal" # Delete the "proposal"

Loading…
Cancel
Save