|
|
@@ -4,7 +4,7 @@ using EntryModel = Discord.API.AuditLogEntry; |
|
|
|
namespace Discord.Rest |
|
|
|
{ |
|
|
|
/// <summary> |
|
|
|
/// Contains audit log data related to a guild prune. |
|
|
|
/// Contains a piece of audit log data related to a guild prune. |
|
|
|
/// </summary> |
|
|
|
public class PruneAuditLogData : IAuditLogData |
|
|
|
{ |
|
|
@@ -23,8 +23,8 @@ namespace Discord.Rest |
|
|
|
/// Gets the threshold for a guild member to not be kicked. |
|
|
|
/// </summary> |
|
|
|
/// <returns> |
|
|
|
/// An <see cref="int"/> representing the amount of days that a member must have been seen in the server, |
|
|
|
/// to avoid being kicked. (i.e. If a user has not been seen for more than PruneDays, they will be |
|
|
|
/// An <see cref="int"/> representing the amount of days that a member must have been seen in the server, |
|
|
|
/// to avoid being kicked. (i.e. If a user has not been seen for more than PruneDays, they will be |
|
|
|
/// kicked from the server) |
|
|
|
/// </returns> |
|
|
|
public int PruneDays { get; } |
|
|
|