make it happy I guess
This commit is contained in:
parent
5e89e3b8e4
commit
5a8514949c
1 changed files with 2 additions and 1 deletions
3
mod.ts
3
mod.ts
|
@ -146,4 +146,5 @@ export { UserFlags } from './src/types/userFlags.ts'
|
||||||
export type { VoiceStatePayload } from './src/types/voice.ts'
|
export type { VoiceStatePayload } from './src/types/voice.ts'
|
||||||
export type { WebhookPayload } from './src/types/webhook.ts'
|
export type { WebhookPayload } from './src/types/webhook.ts'
|
||||||
export * from './src/models/collectors.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'
|
||||||
|
|
Loading…
Reference in a new issue