discord-api-types
Version:
Discord API typings that are kept up to date for use in bot library creation.
25 lines • 735 B
TypeScript
export * from '../common';
export * from './application';
export * from './auditLog';
export * from './autoModeration';
export * from './channel';
export type * from './emoji';
export * from './gateway';
export * from './guild';
export * from './guildScheduledEvent';
export * from './interactions';
export * from './invite';
export * from './message';
export * from './monetization';
export * from './oauth2';
export * from './permissions';
export * from './poll';
export type * from './soundboard';
export * from './stageInstance';
export * from './sticker';
export * from './teams';
export type * from './template';
export * from './user';
export type * from './voice';
export * from './webhook';
//# sourceMappingURL=index.d.ts.map