From 183d8da24cdeb3bd8347a86e9ff6718a67473b6d Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 22 Feb 2022 14:07:31 -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 3d1adfd..522f444 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -10,7 +10,7 @@ from sopel_SpiceBot_Core_Prerun import prerun def pipea(bot, trigger, comrun): bot.say("%s" % trigger.raw) bot.say(str(comrun.trigger_dict)) - comrun.say = str(comrun.trigger_dict["trigger_str"]) + comrun.say = str(comrun.trigger_dict["trigger_str"]).lower() @prerun()