update src/class index file

merge-requests/1/merge
Matthew 2020-04-14 19:03:20 -04:00
parent f121a9bd37
commit fd9680ae95
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
export { default as Client } from './Client'; export { default as Client } from './Client';
export { default as Collection } from './Collection'; export { default as Collection } from './Collection';
export { default as Command } from './Command'; export { default as Command } from './Command';
export { default as RichEmbed } from './RichEmbed';
export { default as Util } from './Util'; export { default as Util } from './Util';