diff --git a/discord_connector/open-webui_to_discord.py b/discord_connector/open-webui_to_discord.py index 0bcbd2e..8f98b40 100644 --- a/discord_connector/open-webui_to_discord.py +++ b/discord_connector/open-webui_to_discord.py @@ -101,7 +101,7 @@ async def on_message(message): if not ALLOW_DMS and isinstance(message.channel, discord.DMChannel): return # --- debugging --- - print(f"ℹ️ Message received in channel: {message.channel.id}") + print(f"ℹ️ Message received in channel: {message.channel.id}") print(f"📢 Whitelisted channels are: {WHITELIST_CHANNELS}") # -----------------------------