diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index fdf8095..8b9c87d 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -22,6 +22,7 @@ def sb_test_commands(bot, trigger): def sopel_commands(bot, trigger): bot.say(sb.commands.sopel_commands[0]) + bot.say(sb.commands.sopel_commands[1]) for x in sb.commands.sopel_commands: for y in x: