This commit is contained in:
deathbybandaid 2022-02-09 12:20:41 -05:00
parent 86a8b4f8fa
commit dcf2ef69be

View File

@ -24,6 +24,6 @@ def setup(bot):
SpiceBotCore_OBJ.script_dir = SCRIPT_DIR SpiceBotCore_OBJ.script_dir = SCRIPT_DIR
@plugin.nickcommand('test') @plugin.nickname_command('test')
def test(bot, trigger): def test(bot, trigger):
bot.say("Testing the bot") bot.say("Testing the bot")