This commit is contained in:
deathbybandaid 2022-02-24 09:11:58 -05:00
parent ca27df7748
commit 28da5aa296

View File

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