From 248bfb7262b6664d88a27a55f858d1edc711eefc Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 9 Feb 2022 12:55:03 -0500 Subject: [PATCH] test --- SpiceBot/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SpiceBot/__init__.py b/SpiceBot/__init__.py index bba034b..5ad7106 100644 --- a/SpiceBot/__init__.py +++ b/SpiceBot/__init__.py @@ -21,6 +21,6 @@ def setup(bot): @plugin.nickname_command('test') def test(bot, trigger): bot.say("Testing the bot") - bot.say("Test #%s" % bot.sbcore.increment) + bot.say("Test #%s" % dir(bot.sbcore)) - bot.sbcore.increment += 1 + # bot.sbcore.increment += 1