Skip to content

Commit

Permalink
Remove currently unimplemented command
Browse files Browse the repository at this point in the history
  • Loading branch information
encode42 committed Jun 17, 2024
1 parent b199d2a commit 0dc9685
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/moderation/index.ts
Original file line number Diff line number Diff line change
@@ -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"
}
};

0 comments on commit 0dc9685

Please sign in to comment.