Fixing typo

pull/8/head
sgoudham 4 years ago
parent 47ff34add5
commit b143d435e8

@ -140,7 +140,7 @@ class Interactive(commands.Cog):
return return
# Make sure that the married people can only cuddle their partner # Make sure that the married people can only cuddle their partner
elif not str(target.id) == result[2] and cuddle: elif not str(target.id) == result[2] and cuddle:
await ctx.send("Σ(‘◉⌓◉’) You can only kiss your partner! Baka!") await ctx.send("Σ(‘◉⌓◉’) You can only cuddle your partner! Baka!")
return return
except Exception as ex: except Exception as ex:
print(ex) print(ex)

Loading…
Cancel
Save