diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 24a3613..a4179d3 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -16,7 +16,7 @@ def prerun(metadata={}): runfunc = True - comrun = ComRun(bot, trigger, function, metadata) + comrun = sbComRun(bot, trigger, function, metadata) # Check that nick has the correct bot or channel privileges # to run the command. @@ -146,7 +146,7 @@ def rebuild_pipes(commands, trigger_str_add=None): return repipe_trigger_dict -class ComRun(): +class sbComRun(): def __init__(self, bot, trigger, function, metadata): self.bot = bot