mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-01 18:55:24 +02:00
Added commands I think
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user