aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Ben Soyka <[email protected]>2022-01-31 18:55:45 -0700
committerGravatar Ben Soyka <[email protected]>2022-01-31 18:55:45 -0700
commit851e6adb03e54244ef59c75a41783d9ec548ab69 (patch)
tree14b882c6597036571189f3900e8b375829924d59 /bot
parentFix footer reference to deprecated unsubscribe command (diff)
Add period to love calculator footer
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 277c9a39..d49d59d4 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="You can unsubscribe from lovefest by using !subscribe")
+ embed.set_footer(text="You can unsubscribe from lovefest by using !subscribe.")
await ctx.send(embed=embed)