aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Shivansh-007 <[email protected]>2021-02-06 09:11:38 +0530
committerGravatar Shivansh-007 <[email protected]>2021-02-06 09:11:38 +0530
commit24342ed41fea4079f464954fcaf873edcedabb07 (patch)
tree4f71d5924c32c7561dbcd2a54589661b945356aa
parentRemove debug code (diff)
Small grammar fix
-rw-r--r--bot/exts/valentines/be_my_valentine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/valentines/be_my_valentine.py b/bot/exts/valentines/be_my_valentine.py
index 9ffa8769..d79b28e8 100644
--- a/bot/exts/valentines/be_my_valentine.py
+++ b/bot/exts/valentines/be_my_valentine.py
@@ -135,7 +135,7 @@ class BeMyValentine(commands.Cog):
if user == ctx.author:
# Well a user cant valentine himself/herself.
- await ctx.send('Come on, you cant send a valentine to yourself :expressionless:')
+ await ctx.send('Come on, you can\'t send a valentine to yourself :expressionless:')
return
emoji_1, emoji_2 = self.random_emoji()