From d757301be9d04054583f3d6e6e8f682f37cdca95 Mon Sep 17 00:00:00 2001 From: hedy Date: Fri, 29 Mar 2024 20:39:30 +0800 Subject: Reference the /tag slash-command instead in tags listing --- bot/exts/info/tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/info/tags.py b/bot/exts/info/tags.py index 42ac38be6..56a2f044c 100644 --- a/bot/exts/info/tags.py +++ b/bot/exts/info/tags.py @@ -25,7 +25,7 @@ TEST_CHANNELS = ( ) REGEX_NON_ALPHABET = re.compile(r"[^a-z]", re.MULTILINE & re.IGNORECASE) -FOOTER_TEXT = f"To show a tag, type {constants.Bot.prefix}tags ." +FOOTER_TEXT = "To show a tag, use /tag ." class COOLDOWN(enum.Enum): -- cgit v1.2.3