diff --git a/ovos_PHAL_plugin_discord_bot/__init__.py b/ovos_PHAL_plugin_discord_bot/__init__.py index cefaca9..4e74715 100644 --- a/ovos_PHAL_plugin_discord_bot/__init__.py +++ b/ovos_PHAL_plugin_discord_bot/__init__.py @@ -49,7 +49,7 @@ class DiscordBotPlugin(PHALPlugin): await admin.send("I'm now online") # Discord event: Process incoming messages - @this.bot.event + @self.bot.event async def on_message(message): if message.author == bot.user: return