Browse Source

Cleanup previous PR

pull/1161/head
Still Hsu 7 years ago
parent
commit
e7f63586fe
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 9 additions and 6 deletions
  1. +9
    -6
      src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs

+ 9
- 6
src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs View File

@@ -49,14 +49,17 @@ namespace Discord
/// <summary>
/// Gets the ID that this integration uses for "subscribers".
/// </summary>
/// <returns>
/// A
/// </returns>
ulong ExpireBehavior { get; }
/// <summary> Gets the grace period before expiring "subscribers". </summary>
/// <summary>
/// Gets the grace period before expiring "subscribers".
/// </summary>
ulong ExpireGracePeriod { get; }
/// <summary> Gets when this integration was last synced. </summary>
/// <returns> A <see cref="DateTimeOffset"/> containing a date and time of day when the integration was last synced. </returns>
/// <summary>
/// Gets when this integration was last synced.
/// </summary>
/// <returns>
/// A <see cref="DateTimeOffset"/> containing a date and time of day when the integration was last synced.
/// </returns>
DateTimeOffset SyncedAt { get; }
/// <summary>
/// Gets integration account information.


Loading…
Cancel
Save