diff --git a/bridge_revolt.py b/bridge_revolt.py index 14635bd..fdeaca4 100644 --- a/bridge_revolt.py +++ b/bridge_revolt.py @@ -198,7 +198,7 @@ async def on_message(self, message): is_dm = True if message.content==f'{self.bot.command_prefix}agree': return - elif message.content.startswith(self.bot.command_prefix): + elif message.content.startswith(self.bot.command_prefix) and not message.author.bot: return await self.process_commands(message) if not roomname or is_dm: return