aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/valentines/lovecalculator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/valentines/lovecalculator.py b/bot/exts/valentines/lovecalculator.py
index 46bcc6fd..d9b60cfa 100644
--- a/bot/exts/valentines/lovecalculator.py
+++ b/bot/exts/valentines/lovecalculator.py
@@ -51,7 +51,7 @@ class LoveCalculator(Cog):
Lovefest.role_id in [role.id for role in who.roles],
Lovefest.role_id in [role.id for role in whom.roles]
)):
- raise BadArgument("Both members must have the love fest role!")
+ raise BadArgument("Both members must have the lovefest role!")
def normalize(arg: Member) -> Coroutine:
# This has to be done manually to be applied to usernames