From bd343d19e04a33b5d88dd9df750b6e7659f1f00a Mon Sep 17 00:00:00 2001 From: Bsian Date: Mon, 21 Oct 2019 01:25:39 +0100 Subject: [PATCH] Added command exports cuz matt's lazy af --- src/commands/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/commands/index.ts b/src/commands/index.ts index 8e4b650..07817bd 100644 --- a/src/commands/index.ts +++ b/src/commands/index.ts @@ -1,3 +1,6 @@ export { default as Lock } from './lock'; export { default as Modlogs } from './modlogs'; export { default as Ping } from './ping'; +export { default as Announce } from './announce'; +export { default as CWG } from './cwg'; +export { default as Help } from './help';