make it happy I guess

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

3
mod.ts
View File

@ -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'