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