This commit is contained in:
deathbybandaid 2022-02-10 13:34:55 -05:00
parent a1f088f19b
commit 4267b5b6ca

View File

@ -26,4 +26,6 @@ def sb_fart_command(bot, trigger):
sb.osd("test", trigger.sender) 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_nick_commands()))
bot.say(str(bot.rules.get_all_action_commands()))