@confis/discordapiwrapper
Version:
A fast and lightweight discord api wrapper.
14 lines (13 loc) • 489 B
TypeScript
export * from "./client";
export * from "./PermissionCalculator";
export * from "./structure/Member";
export * from "./structure/User";
export * from "./structure/SlashCommandBuilder";
export * from "./structure/Builders";
export * from "./structure/Channel";
export * from "./structure/Collector";
export * from "./structure/Guild";
export * from "./structure/Interactions";
export * from "./structure/Message";
export * from "./structure/Role";
export * from "./internal/WebhookClient";