diff options
| author | 2020-02-07 09:21:27 +0100 | |
|---|---|---|
| committer | 2020-02-07 09:21:27 +0100 | |
| commit | 4a685ed29bdfa764dfffec9cc99e7db9b5f839dc (patch) | |
| tree | d56fd5698e72f7c425a7a9498d94a9a75d2e490c /config-default.yml | |
| parent | Made searching even stricter by searching from start of each word (diff) | |
| parent | Merge pull request #737 from python-discord/remove-prometheus (diff) | |
Merge branch 'master' into fuzzy-tag-search
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 1a8aaedae..c113d3330 100644 --- a/config-default.yml +++ b/config-default.yml @@ -115,6 +115,7 @@ guild: admin_spam: &ADMIN_SPAM 563594791770914816 admins_voice: &ADMINS_VOICE 500734494840717332 announcements: 354619224620138496 + attachment_log: &ATTCH_LOG 649243850006855680 big_brother_logs: &BBLOGS 468507907357409333 bot: 267659945086812160 checkpoint_test: 422077681434099723 @@ -152,7 +153,7 @@ guild: voice_log: 640292421988646961 staff_channels: [*ADMINS, *ADMIN_SPAM, *MOD_SPAM, *MODS, *HELPERS, *ORGANISATION, *DEFCON] - ignored: [*ADMINS, *MESSAGE_LOG, *MODLOG, *ADMINS_VOICE, *STAFF_VOICE] + ignored: [*ADMINS, *MESSAGE_LOG, *MODLOG, *ADMINS_VOICE, *STAFF_VOICE, *ATTCH_LOG] roles: admin: &ADMIN_ROLE 267628507062992896 |