diff options
| author | 2020-02-03 13:40:49 +0000 | |
|---|---|---|
| committer | 2020-02-03 13:40:49 +0000 | |
| commit | 891257d1d9fc903fc007272b32bf15f315fffe99 (patch) | |
| tree | c600fd773f7fe6d09b512e13ac8d9e6b8a0afbf6 | |
| parent | Merge branch 'master' into #549-show-attachments-staff (diff) | |
Change typehint name for the attachment-log constant
| -rw-r--r-- | bot/constants.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/constants.py b/bot/constants.py index 223ebdaea..629985bdf 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -359,7 +359,7 @@ class Channels(metaclass=YAMLGetter):      admins: int      admin_spam: int      announcements: int -    attachment_repost: int +    attachment_log: int      big_brother_logs: int      bot: int      checkpoint_test: int | 
