This commit is contained in:
deathbybandaid 2022-02-09 13:11:07 -05:00
parent c860c6e62e
commit c6c8db5bc4

View File

@ -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