From dbfc883af1a1ece4d681515e2e0c5a58ec4568cd Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 24 Feb 2022 09:39:03 -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 f7b051a..aa35878 100644 --- a/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py +++ b/sopel_SpiceBot_Core_1/SBCore/commands/__init__.py @@ -143,7 +143,7 @@ class Commands(): else: return False - def is_rulematch(function, command_type): + def is_rulematch(self, function, command_type): """Determine if function could be called with a rule match""" rulematch = False if command_type == "command":