From 312d5ff8248ae3927d79e2b2249bee2b267e4f23 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 12 Feb 2022 18:46:01 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index eb9116a..ee82bee 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -84,7 +84,7 @@ def get_commands(bot, trigger): if trigger_command in commands_list: found.append(command_type) - bot.say(found) + bot.say(str(found)) if len(found): trigger_type = found[0]