Function: resolveGuildVoiceChannel()
resolveGuildVoiceChannel(
parameter:string,guild:Guild):Result<VoiceChannel,ArgumentGuildChannelError|ArgumentGuildVoiceChannelError>
Defined in: projects/framework/src/lib/resolvers/guildVoiceChannel.ts:7
Parameters
| Parameter | Type | 
|---|---|
| parameter | string | 
| guild | Guild | 
Returns
Result<VoiceChannel, ArgumentGuildChannelError | ArgumentGuildVoiceChannelError>