Browse Source

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

pull/1161/head
Chris Johnston 7 years ago
parent
commit
cee15227b2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs

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

@@ -21,7 +21,7 @@ namespace Discord
bool IsSyncing { get; }
/// <summary> Gets the ID that this integration uses for "subscribers". </summary>
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>


Loading…
Cancel
Save