From 4cc65de30b1b6f2d500b814a0521ce3071159891 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 5 May 2022 16:02:24 -0400 Subject: [PATCH] test --- spicebot_command_upper/__init__.py | 1 + 1 file changed, 1 insertion(+) 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())