diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 1d1ea73..1d7e26c 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -11,7 +11,8 @@ def prerun(rulematch=False): @functools.wraps(function) def internal_prerun(bot, trigger, *args, **kwargs): - print([x for x in dir(function) if not x.startswith("__")]) + # trigger_type = [x for x in dir(function) if not x.startswith("__")][1] + print(function.command) # Get list of trigger command(s) by && split commands = sb.commands.get_commands_split(trigger, "&&")