Skip to content

Commit

Permalink
Emergency patch to save config
Browse files Browse the repository at this point in the history
  • Loading branch information
kyb3r committed Jan 18, 2019
1 parent 471e69c commit b5a7899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SOFTWARE.
"""

__version__ = '2.5.0'
__version__ = '2.5.1'

import asyncio
import textwrap
Expand Down Expand Up @@ -233,7 +233,7 @@ async def on_ready(self):
message=items['message']
)
)


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

0 comments on commit b5a7899

Please sign in to comment.