diff options
| author | 2024-02-14 18:19:29 +0000 | |
|---|---|---|
| committer | 2024-02-14 18:19:29 +0000 | |
| commit | 210fe4d43a32049d2756bce493c1c7186af8db65 (patch) | |
| tree | e918f939845995d6c85db321b3ab283d7724539d /bot/exts | |
| parent | Bump 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.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 = { |