From dcf2ef69be6dab65d3dc921b46b1a6203a0ecbce Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 9 Feb 2022 12:20:41 -0500 Subject: [PATCH] test --- SpiceBot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpiceBot/__init__.py b/SpiceBot/__init__.py index ee0b8e3..6dcc110 100644 --- a/SpiceBot/__init__.py +++ b/SpiceBot/__init__.py @@ -24,6 +24,6 @@ def setup(bot): SpiceBotCore_OBJ.script_dir = SCRIPT_DIR -@plugin.nickcommand('test') +@plugin.nickname_command('test') def test(bot, trigger): bot.say("Testing the bot")