This commit is contained in:
deathbybandaid 2022-02-12 16:03:13 -05:00
parent 87c1c92237
commit a1b577ff77

View File

@ -19,6 +19,7 @@ def sb_test_command_groups(bot, trigger):
plugin_commands = itertools.chain(
bot._rules_manager.get_all_commands(),
bot._rules_manager.get_all_action_commands(),
bot._rules_manager.get_all_nick_commands(),
)