|
|
@@ -149,7 +149,7 @@ namespace Discord |
|
|
|
Task<int> PruneUsersAsync(int days = 30, bool simulate = false, RequestOptions options = null); |
|
|
|
|
|
|
|
/// <summary> Gets the specified number of audit log entries for this guild. </summary> |
|
|
|
Task<IReadOnlyCollection<IAuditLogEntry>> GetAuditLogAsync(int limit = DiscordConfig.MaxAuditLogEntriesPerBatch, |
|
|
|
Task<IReadOnlyCollection<IAuditLogEntry>> GetAuditLogsAsync(int limit = DiscordConfig.MaxAuditLogEntriesPerBatch, |
|
|
|
CacheMode mode = CacheMode.AllowDownload, RequestOptions options = null); |
|
|
|
|
|
|
|
/// <summary> Gets the webhook in this guild with the provided id, or null if not found. </summary> |
|
|
|