diff --git a/SpiceBot/__init__.py b/SpiceBot/__init__.py index b4ce231..5e5f8fc 100644 --- a/SpiceBot/__init__.py +++ b/SpiceBot/__init__.py @@ -22,4 +22,4 @@ def setup(bot): @plugin.nickname_command('test') def test(bot, trigger): bot.say("Testing the bot") - bot.say(sbcore.script_dir) + bot.say("%s" % sbcore.script_dir)