harmony/src/structures/guildStageVoiceChannel.ts

4 lines
113 B
TypeScript
Raw Normal View History

2021-04-04 11:27:02 +00:00
import { VoiceChannel } from './guildVoiceChannel.ts'
export class StageVoiceChannel extends VoiceChannel {}