Browse Source

typo fix

pull/1255/head
Chris Johnston 6 years ago
parent
commit
46be8fcc89
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Extensions/AttachmentExtensions.cs

+ 1
- 1
src/Discord.Net.Core/Extensions/AttachmentExtensions.cs View File

@@ -3,7 +3,7 @@ namespace Discord
public static class AttachmentExtensions
{
/// <summary>
/// Gets wheter the message's attachments are spoilers or not.
/// Gets whether the message's attachments are spoilers or not.
/// </summary>
public static bool IsSpoiler(this IAttachment attachment)
=> attachment.Filename.StartsWith(IAttachment.SpoilerPrefix);


Loading…
Cancel
Save