UNPKG

detritus-client

Version:

A Typescript NodeJS library to interact with Discord's API, both Rest and Gateway.

23 lines (22 loc) 647 B
export * from './applications'; export * from './basecollection'; export * from './baseset'; export * from './channels'; export * from './connectedaccounts'; export * from './emojis'; export * from './guilds'; export * from './interactions'; export * from './members'; export * from './messages'; export * from './notes'; export * from './presences'; export * from './relationships'; export * from './roles'; export * from './sessions'; export * from './stageinstances'; export * from './stickers'; export * from './typing'; export * from './users'; export * from './voicecalls'; export * from './voiceconnections'; export * from './voicestates';