export colorutil

This commit is contained in:
MegaPixel 2021-04-03 10:13:25 +05:45 committed by GitHub
parent d3ed30ce17
commit 5e89e3b8e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
mod.ts
View File

@ -146,3 +146,4 @@ 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'