Fix typos in comments and documentation (#2608)
* Fix typos in comments and documentations * Fixes more typo
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Discord.WebSocket
|
||||
/// Gets or sets whether or not the client should download the default stickers on startup.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// When this is set to <see langword="false"/> default stickers arn't present and cannot be resolved by the client.
|
||||
/// When this is set to <see langword="false"/> default stickers aren't present and cannot be resolved by the client.
|
||||
/// This will make all default stickers have the type of <see cref="SocketUnknownSticker"/>.
|
||||
/// </remarks>
|
||||
public bool AlwaysDownloadDefaultStickers { get; set; } = false;
|
||||
|
||||
Reference in New Issue
Block a user