Esempio n. 1
0
 /// <inheritdoc />
 public async Task <IRestVoiceChannel> GetVoiceChannelAsync(ulong id, RequestOptions options = null)
 => (await RestGuild.GetVoiceChannelAsync(id, options))
 ?.Abstract();