Skip to content

Commit e5c92f0

Browse files
committed
Update config.py
1 parent 81f1b79 commit e5c92f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class ConfigManager:
77
"""Class that manages a cached configuration"""
88

99
allowed_to_change_in_command = {
10-
'status', 'log_channel_id', 'mention', 'disable_autoupdates', 'prefix',
10+
'activity_message', 'activity_type', 'log_channel_id', 'mention', 'disable_autoupdates', 'prefix',
1111
'main_category_id', 'sent_emoji', 'blocked_emoji', 'thread_creation_response'
1212
}
1313

0 commit comments

Comments
 (0)