aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-01-21 14:41:59 +0200
committerGravatar GitHub <[email protected]>2021-01-21 14:41:59 +0200
commita280df5cd0b65dfbaabc7c70dcada074a86ac4f2 (patch)
treeefd0858bd1baca5e814bf66be647b17cc8fdbdac /config-default.yml
parentMerge PR #1202 - fuzzy match the role command (diff)
parentAdded slowmode tracking to dpy and ot0 (diff)
Merge pull request #1374 from python-discord/mbaruh/sm-stats
Added slowmode statistic for python-general
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.