Add variation selector-16 as appropriate to emojis across Red (#4127)

This commit is contained in:
jack1142
2020-08-10 03:05:57 +02:00
committed by GitHub
parent 4385aac90c
commit 01a6ef3a8f
15 changed files with 70 additions and 162 deletions

View File

@@ -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",
},
]