diff options
author | 2021-12-15 17:53:27 +0000 | |
---|---|---|
committer | 2021-12-15 17:53:27 +0000 | |
commit | 8f90473b096e84eb8c1b3ebfa00b9d2e3331cd73 (patch) | |
tree | a8a8f9433716f497f293b2cb2b55fcd1674680c6 /bot/constants.py | |
parent | Adding suggestions, removing erroneous commit (diff) | |
parent | Merge pull request #980 from python-discord/dependabot/pip/lxml-4.6.5 (diff) |
Merge branch 'main' of https://github.com/python-discord/sir-lancebot
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 |