🎭 thinkback-play.ts

This commit is contained in:
nirholas
2026-03-31 10:23:07 +00:00
parent d6445a1daa
commit 67020162a0

View File

@@ -41,3 +41,5 @@ export async function call(): Promise<LocalCommandResult> {
const result = await playAnimation(skillDir)
return { type: 'text' as const, value: result.message }
}