Skip to content

Commit bfd917c

Browse files
committed
Enable custom colors
1 parent ca28e2b commit bfd917c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
# v2.9.3
8+
9+
Forgot to enable custom embed colors.
10+
711
# v2.9.2
812

913
### Changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
__version__ = '2.9.2'
25+
__version__ = '2.9.3'
2626

2727
import asyncio
2828
import uvloop

core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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'
13+
'thread_creation_response', 'twitch_url', 'mod_color', 'recipient_color'
1414
}
1515

1616
internal_keys = {

0 commit comments

Comments
 (0)