This commit is contained in:
deathbybandaid 2022-02-09 16:24:20 -05:00
parent 9f09b2c03d
commit a0a9080fa6

View File

@ -26,4 +26,4 @@ def sb_nickname_command(bot, trigger):
bot.say("Attributes: %s" % [x for x in dir(sb) if not x.startswith("__")])
bot.say("%s" % sb.versions.dict)
sb.osd("test")
sb.osd("test", trigger.sender)