Skip to content

Commit b5a7899

Browse files
committed
Emergency patch to save config
1 parent 471e69c commit b5a7899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
__version__ = '2.5.0'
25+
__version__ = '2.5.1'
2626

2727
import asyncio
2828
import textwrap
@@ -233,7 +233,7 @@ async def on_ready(self):
233233
message=items['message']
234234
)
235235
)
236-
236+
237237

238238
async def process_modmail(self, message):
239239
"""Processes messages sent to the bot."""

0 commit comments

Comments
 (0)