harmony/src/structures/guildVoiceStageChannel.ts

3 lines
112 B
TypeScript
Raw Permalink Normal View History

2021-04-03 05:36:03 +00:00
import { VoiceChannel } from './guildVoiceChannel.ts'
export class StageVoiceChannel extends VoiceChannel { }