From 1886ceb14eedf123e9dabceb8030f2c4fc47e99c Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 10 Feb 2022 14:27:45 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index a5d51e4..fdf8095 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -21,7 +21,7 @@ def sb_test_commands(bot, trigger): @plugin.nickname_command('commands') def sopel_commands(bot, trigger): - bot.say(list(sb.commands.sopel_commands.items())) + bot.say(sb.commands.sopel_commands[0]) for x in sb.commands.sopel_commands: for y in x: