aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Ben Soyka <[email protected]>2022-01-31 17:38:35 -0700
committerGravatar Ben Soyka <[email protected]>2022-01-31 17:38:35 -0700
commit7fc90a6cb9e1e867d0fdfe52ae3d0a50c4f07c05 (patch)
treec9a5136558e581594ad7e45496999583bc4d0f20 /bot
parentBump isort Version (diff)
Fix footer reference to deprecated unsubscribe command
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/holidays/valentines/lovecalculator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/holidays/valentines/lovecalculator.py b/bot/exts/holidays/valentines/lovecalculator.py
index a53014e5..277c9a39 100644
--- a/bot/exts/holidays/valentines/lovecalculator.py
+++ b/bot/exts/holidays/valentines/lovecalculator.py
@@ -90,7 +90,7 @@ class LoveCalculator(Cog):
name="A letter from Dr. Love:",
value=data["text"]
)
- embed.set_footer(text=f"You can unsubscribe from lovefest by using {Client.prefix}lovefest unsub")
+ embed.set_footer(text="You can unsubscribe from lovefest by using !subscribe")
await ctx.send(embed=embed)