Skip to content

Commit aba9438

Browse files
committedJan 23, 2019
Add ability to set a custom mod tag
1 parent 1d7083b commit aba9438

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
Forgot to enable custom embed colors.
1010

11+
### Added
12+
- Ability to set a custom `mod_tag` (the text in the footer of the mod reply embed, which by default says "Moderator")
13+
1114
# v2.9.2
1215

1316
### Changed

‎core/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ class ConfigManager:
1010
'activity_message', 'activity_type', 'log_channel_id',
1111
'mention', 'disable_autoupdates', 'prefix',
1212
'main_category_id', 'sent_emoji', 'blocked_emoji',
13-
'thread_creation_response', 'twitch_url', 'mod_color', 'recipient_color'
13+
'thread_creation_response', 'twitch_url', 'mod_color',
14+
'recipient_color', 'mod_tag'
1415
}
1516

1617
internal_keys = {

0 commit comments

Comments
 (0)
Please sign in to comment.