aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2021-01-23 18:02:21 +0800
committerGravatar kosayoda <[email protected]>2021-01-23 18:02:21 +0800
commit87e4b09f71485f27911e5f9f71a82fca72dde09c (patch)
tree1486f49df8fd4fee597ceddf29bc160b2c51bc28 /config-default.yml
parentHandle unloaded cogs when retrieving server info. (diff)
parentMerge pull request #1346 from python-discord/bug/help/1341/race-conditions (diff)
Merge branch 'master' into feat/info/server-cmd-enhancements
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml
index f8368c5d2..6695cffed 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -157,11 +157,14 @@ guild:
# Discussion
meta: 429409067623251969
- python_discussion: &PY_DISCUSSION 267624335836053506
+ python_general: &PY_GENERAL 267624335836053506
# Python Help: Available
cooldown: 720603994149486673
+ # Topical
+ discord_py: 343944376055103488
+
# Logs
attachment_log: &ATTACH_LOG 649243850006855680
message_log: &MESSAGE_LOG 467752170159079424
@@ -430,7 +433,7 @@ code_block:
# The channels which will be affected by a cooldown. These channels are also whitelisted.
cooldown_channels:
- - *PY_DISCUSSION
+ - *PY_GENERAL
# Sending instructions triggers a cooldown on a per-channel basis.
# More instruction messages will not be sent in the same channel until the cooldown has elapsed.