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)