💿 keyword.ts

This commit is contained in:
nirholas
2026-03-31 10:24:34 +00:00
parent e2eda401b6
commit fbcd00abc2

View File

@@ -125,3 +125,4 @@ export function replaceUltraplanKeyword(text: string): string {
if (!(before + after).trim()) return ''
return before + trigger.word.slice('ultra'.length) + after
}