From a7891df9412aa4fdfc39ad62f72d7855bbe153fb Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 12 Feb 2022 15:37:14 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index 9939d05..f7c100f 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -8,7 +8,7 @@ from sopel_SpiceBot_Core_Prerun import prerun @prerun() -@plugin.command('test') +@plugin.command('test', "testnew") def commands_test(bot, trigger): bot.say("%s" % trigger.raw)