From 7e15a5d4a8353a98037ee39e1b227c0ad0a48994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=A4ki?= Date: Tue, 20 Feb 2024 12:54:33 +0200 Subject: [PATCH] config initialization --- ovos_PHAL_plugin_discord_bot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_PHAL_plugin_discord_bot/__init__.py b/ovos_PHAL_plugin_discord_bot/__init__.py index 951f028..374519b 100644 --- a/ovos_PHAL_plugin_discord_bot/__init__.py +++ b/ovos_PHAL_plugin_discord_bot/__init__.py @@ -32,7 +32,7 @@ class DiscordBotPlugin(PHALPlugin): @self.bot.event async def on_ready(): #myLoop.start() - LOG.info(f"{bot.user} has connected to Discord!") + LOG.info(f"{self.bot.user} has connected to Discord!") admin = await get_discord_user_by_id(DISCORD_ADMIN_ID) if admin: