From 19f49ea5a7e76d07c53e20f9915f5ef7aac075cc Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 23 Feb 2022 11:46:55 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Commands/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index a4b996a..e005e1e 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -11,9 +11,8 @@ def commands_test(bot, trigger, comrun): bot.say("%s" % trigger.raw) -# @prerun() @plugin.command('testa') -def commands_test_a(bot, trigger, comrun): +def commands_test_a(bot, trigger): bot.say("test a") bot.say(str(trigger.tags))