diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index ac07e1b..22b2efd 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -147,8 +147,8 @@ def prerun(): def actual_decorator(function): - @testfun() @dispatch() + @testfun() @functools.wraps(function) def internal_prerun(bot, trigger, *args, **kwargs):