🗼 cost.ts

This commit is contained in:
nirholas
2026-03-31 10:22:59 +00:00
parent c63c9b6aba
commit 001a6fe953

View File

@@ -23,3 +23,4 @@ export const call: LocalCommandCall = async () => {
return { type: 'text', value: formatTotalCost() }
}