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