This commit is contained in:
deathbybandaid 2022-02-09 16:21:34 -05:00
parent 62a39f71e7
commit c6e8b79255

View File

@ -25,3 +25,5 @@ def sb_nickname_command(bot, trigger):
bot.say("Testing the bot") bot.say("Testing the bot")
bot.say("Attributes: %s" % [x for x in dir(sbcore) if not x.startswith("__")]) bot.say("Attributes: %s" % [x for x in dir(sbcore) if not x.startswith("__")])
bot.say("%s" % sbcore.versions.dict) bot.say("%s" % sbcore.versions.dict)
sbcore.osd("test")