This commit is contained in:
deathbybandaid 2022-02-09 12:33:19 -05:00
parent d78c35f1df
commit 80a9d31946

View File

@ -22,4 +22,4 @@ def setup(bot):
@plugin.nickname_command('test') @plugin.nickname_command('test')
def test(bot, trigger): def test(bot, trigger):
bot.say("Testing the bot") bot.say("Testing the bot")
bot.say(sbcore.script_dir) bot.say("%s" % sbcore.script_dir)