test
This commit is contained in:
parent
ca27df7748
commit
28da5aa296
@ -6,6 +6,7 @@ from sopel_SpiceBot_Core_Prerun import prerun
|
|||||||
|
|
||||||
|
|
||||||
@prerun()
|
@prerun()
|
||||||
|
@plugin.nickname_command('lower')
|
||||||
@plugin.command('lower')
|
@plugin.command('lower')
|
||||||
def lower(bot, trigger, comrun):
|
def lower(bot, trigger, comrun):
|
||||||
comrun.say = str(comrun.trigger_dict["trigger_str"]).lower()
|
comrun.say = str(comrun.trigger_dict["trigger_str"]).lower()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user