From fd9680ae95601cce6c0cdb719985ee0ceea8997f Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 14 Apr 2020 19:03:20 -0400 Subject: [PATCH] update src/class index file --- src/class/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/class/index.ts b/src/class/index.ts index a4ce422..5565632 100644 --- a/src/class/index.ts +++ b/src/class/index.ts @@ -1,4 +1,5 @@ export { default as Client } from './Client'; export { default as Collection } from './Collection'; export { default as Command } from './Command'; +export { default as RichEmbed } from './RichEmbed'; export { default as Util } from './Util';