We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f1b79 commit e5c92f0Copy full SHA for e5c92f0
core/config.py
@@ -7,7 +7,7 @@ class ConfigManager:
7
"""Class that manages a cached configuration"""
8
9
allowed_to_change_in_command = {
10
- 'status', 'log_channel_id', 'mention', 'disable_autoupdates', 'prefix',
+ 'activity_message', 'activity_type', 'log_channel_id', 'mention', 'disable_autoupdates', 'prefix',
11
'main_category_id', 'sent_emoji', 'blocked_emoji', 'thread_creation_response'
12
}
13
0 commit comments