feat(link): custom links
This commit is contained in:
parent
0b90249205
commit
5b98185aa6
4 changed files with 37 additions and 11 deletions
19
example.json
19
example.json
|
@ -23,5 +23,22 @@
|
|||
"position": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"link": "https://discord.gg/minecraft",
|
||||
"content": "Minecraft's Discord",
|
||||
"color": "#800080FF"
|
||||
},
|
||||
{
|
||||
"link": "https://github.com/anhgelus",
|
||||
"content": "GitHub",
|
||||
"color": "#800080FF"
|
||||
},
|
||||
{
|
||||
"link": "https://youtube.com/@anhgelus",
|
||||
"content": "YouTube",
|
||||
"color": "#800080FF"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue