From 10c18202c5f31171fe9cea88892c1928ee707ed1 Mon Sep 17 00:00:00 2001 From: Taken Date: Thu, 4 Jan 2024 22:13:59 +0100 Subject: [PATCH] Removed dev flag --- src/commands/counting.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/counting.ts b/src/commands/counting.ts index 8fa5997..87e0c43 100644 --- a/src/commands/counting.ts +++ b/src/commands/counting.ts @@ -9,7 +9,7 @@ export = { name: "counting", description: "counting subcommands", type: "slash", - dev: true, + dev: false, public: true, subcommands: true,