discord-api-types
Version:
Discord API typings that are kept up to date for use in bot library creation.
13 lines • 351 B
TypeScript
export * from './auditLog';
export * from './channel';
export * from './emoji';
export * from './gateway';
export * from './guild';
export * from './invite';
export * from './oauth2';
export * from './permissions';
export * from './teams';
export * from './user';
export * from './voice';
export * from './webhook';
//# sourceMappingURL=index.d.ts.map