Skip to content

Commit

Permalink
Fix warning emojis
Browse files Browse the repository at this point in the history
Add variation selector to ⚠ emoji to make it ⚠️

Not sure when this broke but in discord it used to go to the yellow one without the variation selector but not anymore
  • Loading branch information
Vexed01 committed Apr 24, 2023
1 parent a5fdb84 commit 03091df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aliases/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"description": "Get all the information you could ever need about a command's aliases. IF YOU ARE TRYING TO *MAKE* ALIASES, JUST USE THE CORE 'alias` COG.",
"end_user_data_statement": "This cog does not persistently store data or metadata about users.",
"install_msg": "\\N{WARNING SIGN}\nThis cog reads the config of the alias cog. This means it might break without much notice.\n\nIf you are just trying to **make aliases**: this cog isn't for that. Use the core `alias` cog to make and manage aliases with the `[p]load alias` command, then `[p]help alias`.\n\nThis cog has docs! Check them out at <https://go.vexcodes.com/c/aliases>",
"install_msg": "\\N{WARNING SIGN}\\N{VARIATION SELECTOR-16}\nThis cog reads the config of the alias cog. This means it might break without much notice.\n\nIf you are just trying to **make aliases**: this cog isn't for that. Use the core `alias` cog to make and manage aliases with the `[p]load alias` command, then `[p]help alias`.\n\nThis cog has docs! Check them out at <https://go.vexcodes.com/c/aliases>",
"max_bot_version": "3.6.0.dev0",
"min_bot_version": "3.4.0",
"min_python_version": [
Expand Down
2 changes: 1 addition & 1 deletion betteruptime/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

CROSS = "\N{CROSS MARK}"

WARN = "\N{WARNING SIGN}"
WARN = "\N{WARNING SIGN}\N{VARIATION SELECTOR-16}"
2 changes: 1 addition & 1 deletion calc/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Calculate simple mathematical expressions, right in Discord with buttons.",
"end_user_data_statement": "This cog does not persistently store data or metadata about users.",
"hidden": true,
"install_msg": "\\N{WARNING SIGN} This cog requires Red 3.5/discord.py 2, which is unstable and incompatibe with some other cogs. \\N{WARNING SIGN}\n\nThanks for installing! Load the cog and get started with the `calculator` command.\n\nThis cog has docs! Check them out at <https://go.vexcodes.com/c/aliases>",
"install_msg": "\\N{WARNING SIGN}\\N{VARIATION SELECTOR-16} This cog requires Red 3.5/discord.py 2, which is unstable and incompatibe with some other cogs. \\N{WARNING SIGN}\\N{VARIATION SELECTOR-16}\n\nThanks for installing! Load the cog and get started with the `calculator` command.\n\nThis cog has docs! Check them out at <https://go.vexcodes.com/c/aliases>",
"max_bot_version": "3.6.0.dev0",
"min_bot_version": "3.4.0",
"min_python_version": [
Expand Down
2 changes: 1 addition & 1 deletion ghissues/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "Create, comment, labelify and close GitHub issues, with partial PR support.\n\n\u26a0 This cog requires Red 3.5/discord.py 2, which is unstable and incompatibe with some other cogs. \u26a0",
"end_user_data_statement": "This cog does not persistently store data or metadata about users.",
"hidden": true,
"install_msg": "\\N{WARNING SIGN} This cog requires Red 3.5/discord.py 2, which is unstable and incompatibe with some other cogs. \\N{WARNING SIGN}",
"install_msg": "\\N{WARNING SIGN}\\N{VARIATION SELECTOR-16} This cog requires Red 3.5/discord.py 2, which is unstable and incompatibe with some other cogs. \\N{WARNING SIGN}\\N{VARIATION SELECTOR-16}",
"max_bot_version": "3.6.0.dev0",
"min_bot_version": "3.4.0",
"min_python_version": [
Expand Down

0 comments on commit 03091df

Please sign in to comment.