diff options
author | 2021-12-15 14:32:23 +0000 | |
---|---|---|
committer | 2021-12-15 14:32:23 +0000 | |
commit | 451c6cc286d52b4b38060b0864eb675b5a4a4f5b (patch) | |
tree | b6626c941444c0f1d7f8eba81ae9ec49da2af399 /bot/constants.py | |
parent | Merge pull request #974 from python-discord/fix-message-converter (diff) | |
parent | Merge branch 'main' into yank-lovefest-sub (diff) |
Merge pull request #971 from onerandomusername/yank-lovefest-sub
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index f4b1cab0..854fbe55 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -23,6 +23,7 @@ __all__ = ( "Reddit", "RedisConfig", "RedirectOutput", + "PYTHON_PREFIX" "MODERATION_ROLES", "STAFF_ROLES", "WHITELISTED_CHANNELS", @@ -34,6 +35,8 @@ __all__ = ( log = logging.getLogger(__name__) +PYTHON_PREFIX = "!" + @dataclasses.dataclass class AdventOfCodeLeaderboard: id: str |