Created
May 31, 2021 19:50
-
-
Save mbround18/abab6c2a208cd8be54cecffa9c88fc30 to your computer and use it in GitHub Desktop.
Valheim Docker discord.json example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"events": { | |
"start": { | |
"content": "🟢 UwU our swrvwr has been started <3", | |
"embeds": [ | |
{ | |
"title": "{{title}}", | |
"description": "{{description}}", | |
"color": 13107414, | |
"footer": { | |
"text": "{{server_name}}" | |
} | |
} | |
] | |
}, | |
"update": { | |
"content": "Hewwo! Wooks Wike Theres a widdle update! {{server_name}}", | |
"embeds": [ | |
{ | |
"title": "{{title}}", | |
"description": "{{description}}", | |
"color": 16759552, | |
"footer": { | |
"text": "{{server_name}}" | |
} | |
} | |
] | |
}, | |
"broadcast": { | |
"content": "Notification: {{server_name}}", | |
"embeds": [ | |
{ | |
"title": "{{title}}", | |
"description": "{{description}}", | |
"color": 4017625, | |
"footer": { | |
"text": "{{server_name}}" | |
} | |
} | |
] | |
}, | |
"stop": { | |
"content": "🛑 Abondon Ship! The captain has had too much mead! {{server_name}} is going down!", | |
"embeds": [ | |
{ | |
"title": "{{title}}", | |
"description": "{{description}}", | |
"color": 16388413, | |
"footer": { | |
"text": "{{server_name}}" | |
} | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment