harmony/src/structures/guildVoiceStageChannel.ts

3 lines
112 B
TypeScript

import { VoiceChannel } from './guildVoiceChannel.ts'
export class StageVoiceChannel extends VoiceChannel { }