[Fix] Incorrect xmldoc (#2807)
* Fix incorrect xmldoc * Apply code-review suggestion (nice catch :) ) Co-authored-by: Dmitry <dimson-n@users.noreply.github.com> --------- Co-authored-by: Dmitry <dimson-n@users.noreply.github.com>
This commit is contained in:
@@ -279,7 +279,7 @@ namespace Discord
|
|||||||
/// This is the number of users who have boosted this guild.
|
/// This is the number of users who have boosted this guild.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// The number of premium subscribers of this guild; <see langword="null" /> if not available.
|
/// The number of premium subscribers of this guild.
|
||||||
/// </returns>
|
/// </returns>
|
||||||
int PremiumSubscriptionCount { get; }
|
int PremiumSubscriptionCount { get; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user