Fix duplicate non-slash processing
This commit is contained in:
parent
e43da56776
commit
f22a3d956a
1 changed files with 0 additions and 1 deletions
|
@ -222,7 +222,6 @@ class MessageEventHandler(object):
|
||||||
await self.roleping(message)
|
await self.roleping(message)
|
||||||
await self.autopurge(message)
|
await self.autopurge(message)
|
||||||
await self.checks(message)
|
await self.checks(message)
|
||||||
await self.bot.process_commands(message)
|
|
||||||
|
|
||||||
async def on_message_edit(self, before: Message, after: Message):
|
async def on_message_edit(self, before: Message, after: Message):
|
||||||
if not isinstance(after.channel, DMChannel) and not after.author.bot:
|
if not isinstance(after.channel, DMChannel) and not after.author.bot:
|
||||||
|
|
Loading…
Add table
Reference in a new issue