From 74b368bc1cf5c7ae1913d2763882c83729de878f Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 24 Jan 2023 11:09:31 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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