mono/packages/kbot/ref/constants/turnCompletionVerbs.ts
2026-04-01 01:05:48 +02:00

13 lines
269 B
TypeScript

// Past tense verbs for turn completion messages
// These verbs work naturally with "for [duration]" (e.g., "Worked for 5s")
export const TURN_COMPLETION_VERBS = [
'Baked',
'Brewed',
'Churned',
'Cogitated',
'Cooked',
'Crunched',
'Sautéed',
'Worked',
]