From 4267b5b6ca5c8c66b05e95645e13b33448a07cbf Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 10 Feb 2022 13:34:55 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Commands/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index 2d5bc55..139d314 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -26,4 +26,6 @@ def sb_fart_command(bot, trigger): sb.osd("test", trigger.sender) + bot.say(str(bot.rules.get_all_commands())) bot.say(str(bot.rules.get_all_nick_commands())) + bot.say(str(bot.rules.get_all_action_commands()))