gbfcommands
Version:
A feature rich and easy to setup Discord Bot Command Handler
20 lines (19 loc) • 850 B
TypeScript
export * from "./GBF";
export * from "./types";
export * from "./Utils/Handler Features";
export * from "./Handler Models/Bot Ban Schema";
export * from "./Handler Models/Bot Settings Schema";
export * from "./Handler Events/InteractionCreate";
export * from "./Handler Events/MessageCreate";
export * from "./Handler Events/Ready";
export * from "./Command Handlers/Command Registry";
export * from "./Command Handlers/Message Handler";
export * from "./Command Handlers/Slash Handler";
export * from "./Command Handlers/Context Handler";
export * from "../Utils/Utils";
export * from "../GBF/Information/Get Avatar";
export * from "../GBF/Moderation/Bulk Delete";
export * from "../GBF/Fun/GBF Fun Commands";
export * from "../GBF/Fun/GBF Fun Commands";
export * from "../GBF/Information/Activity RPC";
export * from "../GBF/Information/Userinfo";