diff options
Diffstat (limited to 'bot/exts')
| -rw-r--r-- | bot/exts/holidays/halloween/spookynamerate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/holidays/halloween/spookynamerate.py b/bot/exts/holidays/halloween/spookynamerate.py index 73674c31..b4beddc8 100644 --- a/bot/exts/holidays/halloween/spookynamerate.py +++ b/bot/exts/holidays/halloween/spookynamerate.py @@ -32,7 +32,7 @@ ADDED_MESSAGES = [ "If you got it, haunt it.", "TIME TO GET YOUR SPOOKY ON! :skull:", ] -PING = "<@{id}>" +PING = "<@{id}>" # noqa: RUF027 EMOJI_MESSAGE = "\n".join(f"- {emoji} {val}" for emoji, val in EMOJIS_VAL.items()) HELP_MESSAGE_DICT = { |