test
This commit is contained in:
parent
62a39f71e7
commit
c6e8b79255
@ -25,3 +25,5 @@ def sb_nickname_command(bot, trigger):
|
||||
bot.say("Testing the bot")
|
||||
bot.say("Attributes: %s" % [x for x in dir(sbcore) if not x.startswith("__")])
|
||||
bot.say("%s" % sbcore.versions.dict)
|
||||
|
||||
sbcore.osd("test")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user