test
This commit is contained in:
parent
b9d66c4ed8
commit
4cc65de30b
@ -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())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user