From c588eb30911dd73d820a6cb048bdc769e3e7b147 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 6 May 2022 10:17:38 -0400 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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,