Пример #1
0
 /// <inheritdoc />
 public async Task <IRestVoiceChannel> GetAFKChannelAsync(RequestOptions options = null)
 => (await RestGuild.GetAFKChannelAsync(options))
 ?.Abstract();