diff options
| author | 2021-01-26 04:00:58 -0800 | |
|---|---|---|
| committer | 2021-01-26 04:00:58 -0800 | |
| commit | 2eb51b6d284fa5cbd6ba2c39f2b27950e179366e (patch) | |
| tree | 84d605798ff1e66fc1cc0a75160a9c557409fb5a /config-default.yml | |
| parent | Reorganizes constants.py (diff) | |
| parent | Merge 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.yml | 7 |
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. |