From 69bbd6e4c9c0d4fedd5dfbf3724ed6de595b4201 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 12 Feb 2022 16:05:11 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py b/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py index 5319e5f..c9cb110 100644 --- a/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py @@ -26,7 +26,7 @@ def sb_test_command_groups(bot, trigger): for plugin_name, commands in plugin_commands: for command in commands.values(): bot.say(str(command.name)) - bot.say(str(dir(command))) + sb.osd(str(dir(command)), trigger.sender) return commands = (