harmony/src/structures/guildStageVoiceChannel.ts

4 lines
113 B
TypeScript

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