aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/issues.py
diff options
context:
space:
mode:
authorGravatar Chris <[email protected]>2021-02-28 20:13:08 +0000
committerGravatar Chris <[email protected]>2021-02-28 22:20:57 +0000
commitb61aa3079d7d1bcaf4e5e6754544143ce1a156a8 (patch)
tree3289f808a565e1f605b93366e71df010664d5d53 /bot/exts/evergreen/issues.py
parentAdd issue cog to staff channels. (diff)
Fix ordering of categories in issues cog
Diffstat (limited to 'bot/exts/evergreen/issues.py')
-rw-r--r--bot/exts/evergreen/issues.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/issues.py b/bot/exts/evergreen/issues.py
index 03d0a86b..bbcbf611 100644
--- a/bot/exts/evergreen/issues.py
+++ b/bot/exts/evergreen/issues.py
@@ -24,7 +24,7 @@ if GITHUB_TOKEN := Tokens.github:
REQUEST_HEADERS["Authorization"] = f"token {GITHUB_TOKEN}"
WHITELISTED_CATEGORIES = (
- Categories.devprojects, Categories.media, Categories.development, Categories.staff
+ Categories.development, Categories.devprojects, Categories.media, Categories.staff
)
WHITELISTED_CHANNELS_ON_MESSAGE = (
Channels.organisation, Channels.mod_meta, Channels.mod_tools, Channels.staff_voice