From c78495320ce6177a3a20716e64617109d4eb0cdf Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 12 Feb 2022 12:10:35 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_1/SBCore/commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py index 23eec38..3dc53ff 100644 --- a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py +++ b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py @@ -5,7 +5,7 @@ from sopel.trigger import PreTrigger class Commands(): - def __init__(self, config): + def __init__(self): self.bot = None @property