This commit is contained in:
deathbybandaid 2022-02-12 13:55:31 -05:00
parent ff5328c711
commit 2785991f74

View File

@ -13,3 +13,5 @@ def sb_test_commands(bot, trigger):
bot.say("%s" % trigger.raw)
bot.say("%s" % trigger.args[1])
bot.say(str(dir(trigger)))