adds calculator, unit converter to google cards

This commit is contained in:
bignutty 2024-07-26 22:15:51 +02:00
parent 288f61b2d7
commit 11d20a8334
4 changed files with 51 additions and 7 deletions

View file

@ -82,6 +82,7 @@ module.exports.ICONS = Object.freeze({
"clock": "<:ico_clock:1263592462841020537>",
"definition": "<:ico_definition:1263592450136473684>",
"example": "<:ico_example:1263592408021471253>",
"equals": "<:ico_equals:1266486823992168468>",
"flag": "<:ico_flag:1263592391630127114>",
"list": "<:ico_list:1263592365994803306>",
"mag": "<:ico_mag:1263592345845108747>",

View file

@ -183,6 +183,10 @@ const Statics = Object.freeze({
warning: {
file: "icons/core/ico_notice_warning.png",
revision: 3
},
search_calculator: {
file: "search/calculator.78rasnkwtvo0.png",
revision: 1
}
}
})
@ -234,7 +238,8 @@ module.exports.STATIC_ICONS = Object.freeze({
ai_summary: staticAsset(Statics.icons.ai_summary),
ai_image: staticAsset(Statics.icons.ai_image),
ai_image_processing: staticAsset(Statics.icons.ai_image_processing),
warning: staticAsset(Statics.icons.warning)
warning: staticAsset(Statics.icons.warning),
search_calculator: staticAsset(Statics.icons.search_calculator)
})
module.exports.STATIC_ASSETS = Object.freeze({