Skip to content

Commit c4c2fb0

Browse files
committed
Increment version
1 parent e8a2d89 commit c4c2fb0

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.18.3'
25+
__version__ = '2.18.4'
2626

2727
import asyncio
2828
import logging

core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ConfigManager(ConfigManagerABC):
5454
protected_keys = {
5555
# Modmail
5656
'modmail_guild_id', 'guild_id',
57-
'log_url', 'mongo_uri', 'owners'
57+
'log_url', 'mongo_uri', 'owners',
5858

5959
# bot
6060
'token',

0 commit comments

Comments
 (0)