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
853c14c3bf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net.Core/Entities/Guilds/IGuild.cs

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

@@ -413,6 +413,7 @@ namespace Discord
/// Gets a collection of all users banned from this guild.
/// </summary>
/// <remarks>
/// Bans are by default ordered by user id from least to greatest.
/// <note type="important">
/// The returned collection is an asynchronous enumerable object; one must call
/// <see cref="AsyncEnumerableExtensions.FlattenAsync{T}"/> to access the individual messages as a


Loading…
Cancel
Save