From 2785991f743b30c6033520912d85c5a3e0a478a2 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 12 Feb 2022 13:55:31 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Action_Commands/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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)))