misc: Missing summary tag

This commit is contained in:
Paulo
2020-11-17 02:11:02 -03:00
committed by GitHub
parent 47ed806418
commit 3a1001830b

View File

@@ -151,6 +151,7 @@ namespace Discord.WebSocket
}
private int _maxWaitForGuildAvailable = 10000;
/// <summary>
/// Gets or sets gateway intents to limit what events are sent from Discord. Allows for more granular control than the <see cref="GuildSubscriptions"/> property.
/// </summary>
/// <remarks>