export colorutil
This commit is contained in:
parent
d3ed30ce17
commit
5e89e3b8e4
1 changed files with 1 additions and 0 deletions
1
mod.ts
1
mod.ts
|
@ -146,3 +146,4 @@ 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'
|
||||||
|
|
Loading…
Reference in a new issue