From dba9c21b4ca8340dd22fdca924ec6933daee6efe Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 12 Feb 2022 15:14:00 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py b/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py index cc48d22..09a3084 100644 --- a/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py @@ -13,6 +13,12 @@ def sb_test_commands(bot, trigger): bot.say("%s" % trigger.raw) +@plugin.nickname_command('command_groups') +def sb_test_command_groups(bot, trigger): + + sb.osd(str(bot.command_groups.keys()), trigger.sender) + + @prerun() @plugin.nickname_command('commands') def sopel_commands(bot, trigger):