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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Discord.Net.Core/Entities/Guilds/IGuild.cs
|
|
@@ -410,7 +410,7 @@ namespace Discord |
|
|
|
/// </returns> |
|
|
|
Task LeaveAsync(RequestOptions options = null); |
|
|
|
/// <summary> |
|
|
|
/// Gets <paramref name="limit"/> amount of bans from the guild. |
|
|
|
/// Gets a collection of all users banned from this guild. |
|
|
|
/// </summary> |
|
|
|
/// <remarks> |
|
|
|
/// <note type="important"> |
|
|
|