export type VoiceChannelResolvable = Snowflake | VoiceChannel;
Data that can be resolved to a Voice Channel object. This can be: - A VoiceChannel - A Snowflake
export type VoiceChannelResolvable = Snowflake | VoiceChannel;
Data that can be resolved to a Voice Channel object. This can be: - A VoiceChannel - A Snowflake