From bde95931bb789405b63720f4c6a39412ce0686e6 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 10 Feb 2022 13:55:55 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_1/SBCore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Core_1/SBCore/__init__.py b/sopel_SpiceBot_Core_1/SBCore/__init__.py index 2f15060..1b88ca2 100644 --- a/sopel_SpiceBot_Core_1/SBCore/__init__.py +++ b/sopel_SpiceBot_Core_1/SBCore/__init__.py @@ -40,7 +40,7 @@ class SpiceBotCore_OBJ(): self.logger.info("SpiceBot Comms Interface Setup Complete.") # SpiceBots access to Sopel Command listing - self.commands = Commands(self.logger) + self.commands = Commands() self.logger.info("SpiceBot Commands Interface Setup Complete.") def setup(self, bot):