mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-07 04:27:18 +00:00
Discord: fix typo
This commit is contained in:
parent
2c4022734b
commit
2c98f4e8e4
|
@ -8,7 +8,7 @@ const (
|
||||||
// AutoImage chooses automatically between a PNG and GIF.
|
// AutoImage chooses automatically between a PNG and GIF.
|
||||||
AutoImage ImageType = "auto"
|
AutoImage ImageType = "auto"
|
||||||
|
|
||||||
// JPEGImage is a JPEG image type.
|
// JPEGImage is the JPEG image type.
|
||||||
JPEGImage ImageType = ".jpeg"
|
JPEGImage ImageType = ".jpeg"
|
||||||
// PNGImage is the PNG image type.
|
// PNGImage is the PNG image type.
|
||||||
PNGImage ImageType = ".png"
|
PNGImage ImageType = ".png"
|
||||||
|
|
Loading…
Reference in a new issue