This commit is contained in:
deathbybandaid 2022-02-22 12:04:04 -05:00
parent a00b9e6fa9
commit 154a6e2439

View File

@ -14,7 +14,7 @@ def pipea(bot, trigger, comrun):
@prerun()
@plugin.command('pipeb')
def pipeb(bot, trigger, comrun):
comrun.say = str(trigger.group()).upper()
comrun.say = str(trigger.group(1)).upper()
@prerun()