aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-12-15 14:38:00 +0000
committerGravatar GitHub <[email protected]>2021-12-15 14:38:00 +0000
commit9cbc235c0fe147b2fdeaaf4a811388c3956810e3 (patch)
tree313c5bc5e03850e9fd584df93aa9d117fdf26010 /bot/constants.py
parentchore(deps): bump lxml from 4.6.4 to 4.6.5 (diff)
parentMerge pull request #971 from onerandomusername/yank-lovefest-sub (diff)
Merge branch 'main' into dependabot/pip/lxml-4.6.5
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py3
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