This commit is contained in:
deathbybandaid 2023-01-24 11:09:31 -05:00
parent c9a91790f3
commit 74b368bc1c

View File

@ -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