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