Merge pull request #120 from Snowflake107/patch-1

export colorutil
This commit is contained in:
DjDeveloper 2021-04-03 10:20:10 +05:30 committed by GitHub
commit 5add0283f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
mod.ts
View File

@ -146,3 +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 { ColorUtil } from './src/utils/colorutil.ts'
export type { Colors } from './src/utils/colorutil.ts'