mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-27 07:27:03 +01:00
Added commands I think
This commit is contained in:
parent
ef1d2f8a99
commit
27f5b2407d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user