Fix duplicate non-slash processing

This commit is contained in:
Zeva Rose 2021-08-02 16:18:02 -06:00
parent e43da56776
commit f22a3d956a

View file

@ -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: