diff --git a/src/commands/cost/cost.ts b/src/commands/cost/cost.ts index c9fb0cb..7181b5a 100644 --- a/src/commands/cost/cost.ts +++ b/src/commands/cost/cost.ts @@ -22,3 +22,4 @@ export const call: LocalCommandCall = async () => { } return { type: 'text', value: formatTotalCost() } } +