From 5a8514949c238ec42e0a30ce10796d79b7a9eded Mon Sep 17 00:00:00 2001 From: MegaPixel Date: Sat, 3 Apr 2021 10:24:43 +0545 Subject: [PATCH] make it happy I guess --- mod.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod.ts b/mod.ts index fa941d4..2382784 100644 --- a/mod.ts +++ b/mod.ts @@ -146,4 +146,5 @@ export { UserFlags } from './src/types/userFlags.ts' export type { VoiceStatePayload } from './src/types/voice.ts' export type { WebhookPayload } from './src/types/webhook.ts' export * from './src/models/collectors.ts' -export * from './src/utils/colorutil.ts' +export { ColorUtil } from './src/utils/colorutil.ts' +export type { Colors } from './src/utils/colorutil.ts'