diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index ef91a72..c23f3d3 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -14,6 +14,8 @@ def prerun(): @functools.wraps(function) def internal_prerun(bot, trigger, *args, **kwargs): + print(function._decorators) + comrun = ComRun(bot, trigger, function) # Since there was more than one command,