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()