This commit is contained in:
deathbybandaid 2022-05-05 16:02:24 -04:00
parent b9d66c4ed8
commit 4cc65de30b

View File

@ -6,6 +6,7 @@ from sopel_SpiceBot_Core_Prerun import prerun
@prerun() @prerun()
@plugin.nickname_command('upper')
@plugin.command('upper') @plugin.command('upper')
def upper(bot, trigger, comrun): def upper(bot, trigger, comrun):
comrun.say(str(comrun.command["trigger_str"]).upper()) comrun.say(str(comrun.command["trigger_str"]).upper())