diff options
author | 2023-03-18 22:15:23 -0500 | |
---|---|---|
committer | 2023-03-18 22:15:23 -0500 | |
commit | a1aaeba71437782e7c032b28a3fc7bbd2512b1ac (patch) | |
tree | a9f7aff94982b9f27f58b1b10dc2f8f2cb045d27 /bot/constants.py | |
parent | Merge (diff) | |
parent | Bump flake8-bugbear from 23.2.13 to 23.3.12 (#1232) (diff) |
Merge branch 'python-discord:main' into undeprecate-bookmark
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index fed41ab9..7e5fa1d9 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -57,6 +57,7 @@ class Channels(NamedTuple): off_topic_0 = 291284109232308226 off_topic_1 = 463035241142026251 off_topic_2 = 463035268514185226 + python_help = 1035199133436354600 sir_lancebot_playground = int(environ.get("CHANNEL_COMMUNITY_BOT_COMMANDS", 607247579608121354)) voice_chat_0 = 412357430186344448 voice_chat_1 = 799647045886541885 |