diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 4105b46..d5cf6f2 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -16,7 +16,7 @@ def prerun(rulematch=False): # Get list of trigger command(s) by && split commands = sb.commands.get_commands_split(trigger, "&&") - bot.say(commands) + bot.say(str(commands)) comrun = ComRun(rulematch, trigger)