diff --git a/sopel_SpiceBot_Runtime_Action_Commands/__init__.py b/sopel_SpiceBot_Runtime_Action_Commands/__init__.py index e0db123..d373aab 100644 --- a/sopel_SpiceBot_Runtime_Action_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Action_Commands/__init__.py @@ -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)))