diff options
| author | 2019-12-14 12:06:42 +0100 | |
|---|---|---|
| committer | 2019-12-14 12:06:42 +0100 | |
| commit | 75f00f3574bcee36f204fc3e5806b3bd91c91829 (patch) | |
| tree | f2f863d6b0b0ba2c2ebfda2483ec2c737a465139 | |
| parent | Merge branch 'master' into #549-show-attachments-staff (diff) | |
Relay attchments to #attachment_log
| -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 b2f513bd3..0ecf88702 100644 --- a/config-default.yml +++ b/config-default.yml @@ -102,6 +102,7 @@ guild:          admins:            &ADMINS        365960823622991872          admin_spam:        &ADMIN_SPAM    563594791770914816          announcements:                    354619224620138496 +        attachment_log:    &ATTCH_LOG     649243850006855680          big_brother_logs:  &BBLOGS        468507907357409333          bot:                              267659945086812160          checkpoint_test:                  422077681434099723 @@ -138,7 +139,7 @@ guild:      staff_channels: [*ADMINS, *ADMIN_SPAM, *MOD_SPAM, *MODS, *HELPERS, *ORGANISATION, *DEFCON]      ignored: [*ADMINS, *MESSAGE_LOG, *MODLOG] -    attachment_repost: 649243850006855680 +    attachment_repost: *ATTCH_LOG      roles:          admin:             &ADMIN_ROLE      267628507062992896 | 
