diff --git a/bot.py b/bot.py index cee7b816ec..383482b7a7 100644 --- a/bot.py +++ b/bot.py @@ -22,7 +22,7 @@ SOFTWARE. """ -__version__ = '2.5.0' +__version__ = '2.5.1' import asyncio import textwrap @@ -233,7 +233,7 @@ async def on_ready(self): message=items['message'] ) ) - + async def process_modmail(self, message): """Processes messages sent to the bot."""