Fixing typo in divorce command

pull/8/head
sgoudham 4 years ago
parent 79f579eeda
commit 7f6cd9a395

@ -226,7 +226,7 @@ class Relationship(commands.Cog):
# Try to console the person and wish them the best in their life
await ctx.send(
f"**Sorry but you're gonna need {ctx.author.mention}'s consent to move forward with this!**")
f"**{ctx.author.mention}Sorry but you're gonna need {member.mention}'s consent to move forward with this!**")
else:
# Abort the process as the message sent did not make sense

Loading…
Cancel
Save