From a4c1e113e05d5732a20c3147e3163eb4bdc67bc0 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 5 May 2022 14:51:06 -0400 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Commands/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index 64e43f0..1be0889 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -9,6 +9,7 @@ from sopel_SpiceBot_Core_Prerun import prerun @plugin.command('testoa') def commands_output_a(bot, trigger, comrun): comrun.say("this is test a") + comrun.say(str(comrun.trigger).lower()) @prerun()