Skip to content

Commit aaf2623

Browse files
committed
Fix typo
1 parent 49ad073 commit aaf2623

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines 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.13.2'
25+
__version__ = '2.13.3'
2626

2727
import asyncio
2828
import traceback

core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ConfigManager(ConfigManagerABC):
1919
# threads
2020
'sent_emoji', 'blocked_emoji', 'thread_creation_response',
2121
# moderation
22-
'recipient_color', 'mod_tag', 'mod_color'
22+
'recipient_color', 'mod_tag', 'mod_color',
2323
# anonymous message
2424
'anon_username', 'anon_avatar_url', 'anon_tag'
2525
}

0 commit comments

Comments
 (0)