commit
5add0283f9
1 changed files with 2 additions and 0 deletions
2
mod.ts
2
mod.ts
|
@ -146,3 +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 { ColorUtil } from './src/utils/colorutil.ts'
|
||||||
|
export type { Colors } from './src/utils/colorutil.ts'
|
||||||
|
|
Loading…
Reference in a new issue