aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts
diff options
context:
space:
mode:
authorGravatar Chris <[email protected]>2021-02-13 23:16:48 +0000
committerGravatar Chris <[email protected]>2021-02-13 23:16:48 +0000
commitab5e00d836a4c01c581a877c2dc992f3fa8d9243 (patch)
tree252a298aeb2b207f361da9597c586d3e025148be /bot/exts
parentOutput message in the same embed. (diff)
Remove leftover > from testing.
Diffstat (limited to 'bot/exts')
-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 fe52936b..f3392bcb 100644
--- a/bot/exts/valentines/be_my_valentine.py
+++ b/bot/exts/valentines/be_my_valentine.py
@@ -124,7 +124,7 @@ class BeMyValentine(commands.Cog):
if Lovefest.role_id not in [role.id for role in user.roles]:
await ctx.message.delete()
raise commands.UserInputError(
- f"You cannot send a valentine to {user}> as they do not have the lovefest role!"
+ f"You cannot send a valentine to {user} as they do not have the lovefest role!"
)
if user == ctx.author: