From fb1101a9692b773d4362b74921dfe593bb7a292f Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 12 Feb 2022 19:23:48 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):