This commit is contained in:
deathbybandaid 2022-02-24 09:39:03 -05:00
parent c75621eed3
commit dbfc883af1

View File

@ -143,7 +143,7 @@ class Commands():
else: else:
return False 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""" """Determine if function could be called with a rule match"""
rulematch = False rulematch = False
if command_type == "command": if command_type == "command":