From c861fdfe718f9b9177ec79d339bffbf60b128daf Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 24 Jan 2023 11:28:50 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_1/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Core_1/__init__.py b/sopel_SpiceBot_Core_1/__init__.py index 53601a9..1307857 100644 --- a/sopel_SpiceBot_Core_1/__init__.py +++ b/sopel_SpiceBot_Core_1/__init__.py @@ -23,5 +23,5 @@ def configure(config): def setup(bot): - print(bot.config.core) + print(bot.config.spicebot) sb.setup(bot)