mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
[nextgen] update internal markdown tooling
This commit is contained in:
parent
418d819d05
commit
05e6ab5588
2 changed files with 49 additions and 22 deletions
|
@ -72,6 +72,14 @@ module.exports.BADGE_ICONS = Object.freeze({
|
|||
"staff": "<:b:1263605715688231035>"
|
||||
})
|
||||
|
||||
// nextgen icons
|
||||
module.exports.ICONS_NEXTGEN = Object.freeze({
|
||||
})
|
||||
|
||||
// nextgen icons legacy name -> new name mappings
|
||||
module.exports.ICONS_NEXTGEN_LEGACY_MAPPINGS = Object.freeze({
|
||||
})
|
||||
|
||||
// TODO: Load icon configuration from server
|
||||
module.exports.ICONS = Object.freeze({
|
||||
"brand": "<:ico_brand_2024:1263593574478643221>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue