Making error message mention user

pull/8/head
sgoudham 4 years ago
parent d0dc1a6618
commit d418b2170c

@ -246,9 +246,8 @@ class Relationship(commands.Cog):
except asyncio.TimeoutError as ex: except asyncio.TimeoutError as ex:
print(ex) print(ex)
await msg.delete()
# Send out an error message if the user waited too long # Send out an error message if the user waited too long
await ctx.send("**(。T ω T。) They waited too long**") await ctx.send("**(。T ω T。) {} waited too long**".format(member.mention))
@command(name="marriageinfo", aliases=["minfo", "Minfo"]) @command(name="marriageinfo", aliases=["minfo", "Minfo"])
@cooldown(1, 1, BucketType.user) @cooldown(1, 1, BucketType.user)

Loading…
Cancel
Save