From f81cbde6e983224c1dc0dd09005f0d880c00bb2e Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 10 Feb 2022 14:29:15 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Commands/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index 8b9c87d..bff6bbc 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -21,8 +21,7 @@ def sb_test_commands(bot, trigger): @plugin.nickname_command('commands') def sopel_commands(bot, trigger): - bot.say(sb.commands.sopel_commands[0]) - bot.say(sb.commands.sopel_commands[1]) + bot.say(str(dir(sb.commands.sopel_commands))) for x in sb.commands.sopel_commands: for y in x: