Added commands I think

This commit is contained in:
JustMaffie 2017-05-27 23:25:37 +02:00
parent ef1d2f8a99
commit 27f5b2407d

View File

@ -86,7 +86,7 @@ class Titan(commands.Bot):
await self.database.push_message(message)
if message.server:
await self.process_commands(msg)
await self.process_commands(message)
async def on_message_edit(self, message_before, message_after):
await self.database.update_message(message_after)