diff options
| author | 2021-06-27 21:37:06 +0300 | |
|---|---|---|
| committer | 2021-06-27 21:38:36 +0300 | |
| commit | a5eef150105343a80aab096c04b8383c02d0ee33 (patch) | |
| tree | c08acc9e27620beabfd0d26d1f396bee4f5f0ca1 /config-default.yml | |
| parent | Renamed Test Task In Documentation (diff) | |
| parent | Merge pull request #1658 from python-discord/wookie184-voiceverify-alias (diff) | |
Merge branch 'main' into xdist
Signed-off-by: Hassan Abouelela <[email protected]>
# Conflicts:
# poetry.lock
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 55388247c..f4fdc7606 100644 --- a/config-default.yml +++ b/config-default.yml @@ -176,6 +176,9 @@ guild: user_log: 528976905546760203 voice_log: 640292421988646961 + # Open Source Projects + black_formatter: &BLACK_FORMATTER 846434317021741086 + # Off-topic off_topic_0: 291284109232308226 off_topic_1: 463035241142026251 @@ -195,6 +198,7 @@ guild: incidents: 714214212200562749 incidents_archive: 720668923636351037 mod_alerts: 473092532147060736 + mods: &MODS 305126844661760000 nominations: 822920136150745168 nomination_voting: 822853512709931008 organisation: &ORGANISATION 551789653284356126 @@ -231,6 +235,7 @@ guild: moderation_channels: - *ADMINS - *ADMIN_SPAM + - *MODS # Modlog cog ignores events which occur in these channels modlog_blacklist: @@ -244,6 +249,7 @@ guild: reminder_whitelist: - *BOT_CMD - *DEV_CONTRIB + - *BLACK_FORMATTER roles: announcements: 463658397560995840 @@ -392,7 +398,7 @@ anti_spam: chars: interval: 5 - max: 3_000 + max: 4_200 discord_emojis: interval: 10 |