From 520b1d7988c288ebc48036cf72fee15d91d02065 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 24 Jan 2023 11:20:40 -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 b16a5f8..028988e 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.config.spicebot.multi_split_key) + print(bot.config.core) sb.setup(bot)