aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2021-07-06 17:11:41 +0100
committerGravatar wookie184 <[email protected]>2021-07-06 17:11:41 +0100
commitce355662afd55a5adf95335bbb50058b3eeb7891 (patch)
tree9bc649338cb0760093a97ab52da3768582fcf50d /bot/constants.py
parentMerge pull request #774 from python-discord/new-github-emoji (diff)
Allow commands in code jam team channels
Diffstat (limited to 'bot/constants.py')
-rw-r--r--bot/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py
index 7bd10b5f..3b3d7711 100644
--- a/bot/constants.py
+++ b/bot/constants.py
@@ -127,6 +127,7 @@ class Categories(NamedTuple):
media = 799054581991997460
staff = 364918151625965579
+codejam_categories_name = "Code Jam" # Name of the codejam team categories
class Client(NamedTuple):
name = "Sir Lancebot"