From 0dc9685ea870127fd87308613ae754a021604f7f Mon Sep 17 00:00:00 2001 From: encode42 Date: Mon, 17 Jun 2024 17:27:24 -0400 Subject: [PATCH] Remove currently unimplemented command --- src/commands/moderation/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/commands/moderation/index.ts b/src/commands/moderation/index.ts index 3292d33..6970fbf 100644 --- a/src/commands/moderation/index.ts +++ b/src/commands/moderation/index.ts @@ -1,10 +1,9 @@ import type { CategoryMeta } from "~/types/Command.ts"; -export * from "./giveaway"; export * from "./unverify"; export * from "./verify"; export const meta: CategoryMeta = { "label": "test", "description": "test" -} +};