From c6c8db5bc4538691a1c9200a29c5cf727eea05b2 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 9 Feb 2022 13:11:07 -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 b40e96e..be30635 100644 --- a/SpiceBot/__init__.py +++ b/SpiceBot/__init__.py @@ -21,4 +21,4 @@ def test(bot, trigger): bot.say("Attributes: %s" % [x for x in dir(sbcore) if not x.startswith("__")]) bot.say("Test #%s" % sbcore.increment) - bot.sbcore.increment += 1 + sbcore.increment += 1