mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-22 02:37:57 -05:00
Add variation selector-16 as appropriate to emojis across Red (#4127)
This commit is contained in:
@@ -89,13 +89,13 @@ class Warnings(commands.Cog):
|
||||
{
|
||||
"name": "warning",
|
||||
"default_setting": True,
|
||||
"image": "\N{WARNING SIGN}",
|
||||
"image": "\N{WARNING SIGN}\N{VARIATION SELECTOR-16}",
|
||||
"case_str": "Warning",
|
||||
},
|
||||
{
|
||||
"name": "unwarned",
|
||||
"default_setting": True,
|
||||
"image": "\N{WARNING SIGN}",
|
||||
"image": "\N{WARNING SIGN}\N{VARIATION SELECTOR-16}",
|
||||
"case_str": "Unwarned",
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user