mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-20 11:57:03 -04:00
ensure all icons are retrieved through the helper
This commit is contained in:
parent
acaf03ecf3
commit
295072d388
3 changed files with 24 additions and 6 deletions
|
@ -333,6 +333,10 @@ module.exports.ICONS = Object.freeze({
|
|||
"maps_worship_sikh_pin": "<:maps_worship_sikh_pin:1307493454053376020>",
|
||||
"maps_worship_temple_pin": "<:maps_worship_temple_pin:1307493467793915924>",
|
||||
|
||||
/* Various Brand Icons */
|
||||
"brand_google_gemini": "<:brand_google_gemini:1320506533003530270>",
|
||||
"brand_google_palm2": "<:brand_google_palm2:1321959401376186492>",
|
||||
|
||||
"information": "<:ico_information:1263590946226835510>",
|
||||
"question": "<:ico_question:1263590898906697800>",
|
||||
"warning": "<:ico_warning:1263590857072967832>",
|
||||
|
@ -342,7 +346,20 @@ module.exports.ICONS = Object.freeze({
|
|||
|
||||
// Legacy Icon Compat
|
||||
"success_simple": "<:ico_check:1263594912692178974>",
|
||||
"failiure_simple": "<:ico_cross:1263594899048235100>"
|
||||
"failiure_simple": "<:ico_cross:1263594899048235100>",
|
||||
|
||||
/*
|
||||
Webhook Icons
|
||||
|
||||
These emoji are located on the
|
||||
china (682672131359637534) server
|
||||
since webhooks can't access bot-owned emoji.
|
||||
*/
|
||||
"webhook_exclaim_0": "<:ico_exclaim_0:1321960522547068938>",
|
||||
"webhook_exclaim_1": "<:ico_exclaim_1:1321960524300292146> ",
|
||||
"webhook_exclaim_2": "<:ico_exclaim_2:1321960526162694225> ",
|
||||
"webhook_exclaim_3": "<:ico_exclaim_3:1321960528058253524> ",
|
||||
"webhook_exclaim_4": "<:ico_exclaim_4:1321960529811738776>",
|
||||
})
|
||||
|
||||
module.exports.MUSIC_PLATFORM_ICONS = Object.freeze({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue