aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-14 18:19:29 +0000
committerGravatar GitHub <[email protected]>2024-02-14 18:19:29 +0000
commit210fe4d43a32049d2756bce493c1c7186af8db65 (patch)
treee918f939845995d6c85db321b3ab283d7724539d /bot/exts
parentBump pre-commit from 3.6.0 to 3.6.1 (#1454) (diff)
Bump ruff from 0.2.0 to 0.2.1 (#1449)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'bot/exts')
-rw-r--r--bot/exts/holidays/halloween/spookynamerate.py2
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 = {