diff options
author | 2019-10-01 19:53:35 +0200 | |
---|---|---|
committer | 2019-10-01 19:53:35 +0200 | |
commit | 9a6e68f7b0cbc4696f596fe7ddbeb0736763d56c (patch) | |
tree | e2aee947b323bab630c3d48f088698a76235627e | |
parent | Move PR template so GH can find it again (diff) |
Add #event-hacktoberfest-2019 to bot command whitelist
-rw-r--r-- | bot/constants.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index dbf35754..53821cfa 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -52,6 +52,7 @@ class Channels(NamedTuple): python_discussion = 267624335836053506 show_your_projects = int(environ.get("CHANNEL_SHOW_YOUR_PROJECTS", 303934982764625920)) show_your_projects_discussion = 360148304664723466 + hacktoberfest_2019 = 628184417646411776 class Client(NamedTuple): @@ -125,7 +126,7 @@ STAFF_ROLES = Roles.helpers, Roles.moderator, Roles.admin, Roles.owner WHITELISTED_CHANNELS = ( Channels.bot, Channels.seasonalbot_commands, Channels.off_topic_0, Channels.off_topic_1, Channels.off_topic_2, - Channels.devtest, + Channels.devtest, Channels.hacktoberfest_2019, ) # Bot replies |