From 28da5aa2964e9caa5de885dc0ce1a915be8a03c3 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 24 Feb 2022 09:11:58 -0500 Subject: [PATCH] test --- spicebot_command_lower/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spicebot_command_lower/__init__.py b/spicebot_command_lower/__init__.py index 324e6f9..d657707 100644 --- a/spicebot_command_lower/__init__.py +++ b/spicebot_command_lower/__init__.py @@ -6,6 +6,7 @@ from sopel_SpiceBot_Core_Prerun import prerun @prerun() +@plugin.nickname_command('lower') @plugin.command('lower') def lower(bot, trigger, comrun): comrun.say = str(comrun.trigger_dict["trigger_str"]).lower()