aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar xithrius <[email protected]>2021-01-26 04:00:58 -0800
committerGravatar xithrius <[email protected]>2021-01-26 04:00:58 -0800
commit2eb51b6d284fa5cbd6ba2c39f2b27950e179366e (patch)
tree84d605798ff1e66fc1cc0a75160a9c557409fb5a /config-default.yml
parentReorganizes constants.py (diff)
parentMerge pull request #1383 from Inheritanc-e/remove_interpreter (diff)
Merge remote-tracking branch 'origin/master' into alphabetize-config
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 9ad9725e6..d3b267159 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -155,11 +155,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
dm_log: 653713721625018428
@@ -427,7 +430,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.