Exemple #1
0
 /// <inheritdoc />
 public async Task <IRestTextChannel> GetDefaultChannelAsync(RequestOptions options = null)
 => (await RestGuild.GetDefaultChannelAsync(options))
 ?.Abstract();