From 1ec893b0fa80d912380486a7153e2f68cb2f619f Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sat, 16 Nov 2019 19:26:39 -0500 Subject: [PATCH] update class index --- src/class/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/class/index.ts b/src/class/index.ts index a7a9a5c..a85412e 100644 --- a/src/class/index.ts +++ b/src/class/index.ts @@ -2,3 +2,4 @@ export { default as Command } from './Command'; export { default as RichEmbed } from './RichEmbed'; export { default as Util } from './Util'; export { default as Collection } from './Collection'; +export { default as Route } from './Route';