more
This commit is contained in:
parent
582b296393
commit
0dfbcd7a7b
2 changed files with 4 additions and 0 deletions
1
mod.ts
1
mod.ts
|
@ -148,3 +148,4 @@ 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'
|
||||
export { StageVoiceChannel } from './src/structures/guildVoiceStageChannel.ts'
|
3
src/structures/guildVoiceStageChannel.ts
Normal file
3
src/structures/guildVoiceStageChannel.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { VoiceChannel } from './guildVoiceChannel.ts'
|
||||
|
||||
export class StageVoiceChannel extends VoiceChannel { }
|
Loading…
Reference in a new issue