From 00d2d724ee6d93c8b1f44eb2aa27ca25461c4fb2 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 12 Feb 2022 15:35:58 -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 f511d66..342907e 100644 --- a/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Nickname_Commands/__init__.py @@ -34,7 +34,7 @@ def sb_test_command_groups(bot, trigger): for name in ((command.name,) + command.aliases) ) - bot.say(str(realcommands)) + sb.osd(str(realcommands), trigger.sender) # sb.osd(msgs, trigger.sender)