diff options
author | 2021-02-13 23:16:48 +0000 | |
---|---|---|
committer | 2021-02-13 23:16:48 +0000 | |
commit | ab5e00d836a4c01c581a877c2dc992f3fa8d9243 (patch) | |
tree | 252a298aeb2b207f361da9597c586d3e025148be | |
parent | Output message in the same embed. (diff) |
Remove leftover > from testing.
-rw-r--r-- | bot/exts/valentines/be_my_valentine.py | 2 |
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: |