Fixing typo

pull/8/head
sgoudham 4 years ago
parent 6a5edf245c
commit 2f0c920a3a

@ -88,7 +88,7 @@ class Relationship(commands.Cog):
cursor.execute(update_query, proposer) cursor.execute(update_query, proposer)
cursor.execute(update_query, proposee) cursor.execute(update_query, proposee)
conn.commit() conn.commit()
print(cursor.rowcount, "2 people have been marred!") print(cursor.rowcount, "2 people have been married!")
# Congratulate them! # Congratulate them!
await ctx.send( await ctx.send(

Loading…
Cancel
Save