mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Update image formats listed as supported by set bot avatar (#6323)
Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
parent
a26b9d6d3a
commit
c3b96b7a9e
@ -2889,11 +2889,11 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
_(
|
||||
"Failed. Remember that you can edit my avatar "
|
||||
"up to two times a hour. The URL or attachment "
|
||||
"must be a valid image in either JPG or PNG format."
|
||||
"must be a valid image in either JPG, PNG, or GIF format."
|
||||
)
|
||||
)
|
||||
except ValueError:
|
||||
await ctx.send(_("JPG / PNG format only."))
|
||||
await ctx.send(_("JPG / PNG / GIF format only."))
|
||||
else:
|
||||
await ctx.send(_("Done."))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user