aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar onerandomusername <[email protected]>2021-12-03 18:26:33 -0500
committerGravatar onerandomusername <[email protected]>2021-12-03 18:26:33 -0500
commitcfb2cc69287f0aefab0937d0e8e8f99811d50948 (patch)
tree3960bb1048eeb9389082cf8e136c3d7125df45eb
parentchore: remove subcommands entirely (diff)
chore: update lovefest docstring to reflect deprecation
-rw-r--r--bot/exts/holidays/valentines/be_my_valentine.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/bot/exts/holidays/valentines/be_my_valentine.py b/bot/exts/holidays/valentines/be_my_valentine.py
index 1e13e424..1572d474 100644
--- a/bot/exts/holidays/valentines/be_my_valentine.py
+++ b/bot/exts/holidays/valentines/be_my_valentine.py
@@ -35,12 +35,9 @@ class BeMyValentine(commands.Cog):
@commands.command(name="lovefest", help=f"NOTE: This command has been moved to {MOVED_COMMAND}")
async def lovefest_role(self, ctx: commands.Context) -> None:
"""
- Subscribe or unsubscribe from the lovefest role.
+ Deprecated lovefest role command.
- The lovefest role makes you eligible to receive anonymous valentines from other users.
-
- 1) use the command \".lovefest sub\" to get the lovefest role.
- 2) use the command \".lovefest unsub\" to get rid of the lovefest role.
+ This command has been moved to bot, and will be removed in the future.
"""
raise MovedCommandError(MOVED_COMMAND)