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