diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 23:37:10 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-09 23:37:10 +0100 |
| commit | 5b98185aa6149660be9fd278f48515690d19307a (patch) | |
| tree | 9f37fa2d373b5537bed95d1397c1f8b663f71368 /example.json | |
| parent | 0b90249205425abc6166d3b4fdffbf5990020355 (diff) | |
feat(link): custom links
Diffstat (limited to 'example.json')
| -rw-r--r-- | example.json | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/example.json b/example.json index af5a26f..2897b7b 100644 --- a/example.json +++ b/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" + } + ] }
\ No newline at end of file |
