diff --git a/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py b/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py index 39f8e9e..f5cd820 100644 --- a/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py @@ -14,7 +14,7 @@ def sb_test_commands(bot, trigger): @plugin.nickname_command('plugins') def sb_test_command_groups(bot, trigger): - bot.say(str(dir(bot._plugins))) + sb.osd(str(dir(bot._plugins)), trigger.sender) @prerun()