From cee15227b2cf34e4849ea5465dfdf6597008bc0e Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Thu, 9 Aug 2018 21:22:36 -0700 Subject: [PATCH] Use consistent quotation marks around subscribers, the name for these users are dependant on the source of where they are integrated from (youtube or twitch), so we should not use a name that is specific to one platform --- src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs b/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs index ffe5c7cf3..d4ded04fd 100644 --- a/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs +++ b/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs @@ -21,7 +21,7 @@ namespace Discord bool IsSyncing { get; } /// Gets the ID that this integration uses for "subscribers". 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.