From 5b98185aa6149660be9fd278f48515690d19307a Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 9 Nov 2024 23:37:10 +0100 Subject: feat(link): custom links --- example.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'example.json') 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 -- cgit v1.2.3