diff --git a/discord/url.go b/discord/url.go index 52f0d1a..e6492f6 100644 --- a/discord/url.go +++ b/discord/url.go @@ -8,7 +8,7 @@ const ( // AutoImage chooses automatically between a PNG and GIF. AutoImage ImageType = "auto" - // JPEGImage is a JPEG image type. + // JPEGImage is the JPEG image type. JPEGImage ImageType = ".jpeg" // PNGImage is the PNG image type. PNGImage ImageType = ".png"