From 80a9d319466876231eaae0fdc9fcc2491834e1e4 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 9 Feb 2022 12:33:19 -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 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)