diff --git a/spicebot_command_upper/__init__.py b/spicebot_command_upper/__init__.py index fa83c84..12744ff 100644 --- a/spicebot_command_upper/__init__.py +++ b/spicebot_command_upper/__init__.py @@ -6,6 +6,7 @@ from sopel_SpiceBot_Core_Prerun import prerun @prerun() +@plugin.nickname_command('upper') @plugin.command('upper') def upper(bot, trigger, comrun): comrun.say(str(comrun.command["trigger_str"]).upper())