From 3000c16966841c9116a208c721444ba707c0eb25 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 24 Jan 2023 11:19:15 -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 c3fcffb..8d90b3f 100644 --- a/sopel_SpiceBot_Core_1/__init__.py +++ b/sopel_SpiceBot_Core_1/__init__.py @@ -16,7 +16,7 @@ sb = SpiceBotCore_OBJ(SCRIPT_DIR) def configure(config): - config.define_section("spiceBot", SpiceBot_Conf, validate=False) + config.define_section("spicebot", SpiceBot_Conf, validate=False) config.SpiceBot_Conf.configure_setting('multi_split_key', 'key to split multi-commands') config.SpiceBot_Conf.configure_setting('pipe_split_key', 'key to split multi-commands') config.SpiceBot_Conf.configure_setting('query_command_key', 'key to split multi-commands')