Reformatted code and changing one parameter

pull/4/head
sgoudham 4 years ago
parent dbe45dad2c
commit acb1e82c96

@ -121,8 +121,9 @@ async def marry(ctx, member: Member):
# Abort the process as the message sent did not make sense
await ctx.send("Senpaiiii! Speak English Please ⋋_⋌")
except asyncio.TimeoutError as e:
print(e)
except asyncio.TimeoutError as ex:
print(ex)
# Send out an error message if the user waited too long
await ctx.send("Awww they waited too long (✖╭╮✖)")

Loading…
Cancel
Save