BetterDiscordApp-v2/client/src/structs/socketstructs.js

6 lines
200 B
JavaScript

export * from './socketstructs/channel';
export * from './socketstructs/generic';
export * from './socketstructs/guild';
export * from './socketstructs/message';
export * from './socketstructs/user';