Browse Source

Update src/Discord.Net.Core/Entities/Guilds/IGuild.cs

Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
pull/2223/head^2
Armano den Boef GitHub 3 years ago
parent
commit
8bf0bca9ac
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Guilds/IGuild.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Guilds/IGuild.cs View File

@@ -431,7 +431,7 @@ namespace Discord
/// </returns> /// </returns>
IAsyncEnumerable<IReadOnlyCollection<IBan>> GetBansAsync(int limit = DiscordConfig.MaxBansPerBatch, RequestOptions options = null); IAsyncEnumerable<IReadOnlyCollection<IBan>> GetBansAsync(int limit = DiscordConfig.MaxBansPerBatch, RequestOptions options = null);
/// <summary> /// <summary>
/// Gets <paramref name="limit"/> amount of bans from the guild starting at the provided <paramref name="fromUserId"/>
/// Gets a collection of bans from the guild starting at the provided <paramref name="fromUserId"/>.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// <note type="important"> /// <note type="important">


Loading…
Cancel
Save