From 258c5c4daf533c407d16ef94026690cc9bd4c814 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:22:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=BC=20cost.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/cost/cost.ts | 1 + 1 file changed, 1 insertion(+) 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() } } +