|
@@ -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"> |
|
|