From e7f63586fecb5fbe0e2c75b73a479ced673216a4 Mon Sep 17 00:00:00 2001
From: Still Hsu <341464@gmail.com>
Date: Wed, 15 Aug 2018 00:46:39 +0800
Subject: [PATCH] Cleanup previous PR
---
.../Entities/Guilds/IGuildIntegration.cs | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs b/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs
index 2491cd0d0..6fe3f7b55 100644
--- a/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs
+++ b/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs
@@ -49,14 +49,17 @@ namespace Discord
///
/// Gets the ID that this integration uses for "subscribers".
///
- ///
- /// A
- ///
ulong ExpireBehavior { get; }
- /// Gets the grace period before expiring "subscribers".
+ ///
+ /// Gets the grace period before expiring "subscribers".
+ ///
ulong ExpireGracePeriod { get; }
- /// Gets when this integration was last synced.
- /// A containing a date and time of day when the integration was last synced.
+ ///
+ /// Gets when this integration was last synced.
+ ///
+ ///
+ /// A containing a date and time of day when the integration was last synced.
+ ///
DateTimeOffset SyncedAt { get; }
///
/// Gets integration account information.