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()))