Skip to content

Instantly share code, notes, and snippets.

@mbround18
Created May 31, 2021 19:50
Show Gist options
  • Save mbround18/abab6c2a208cd8be54cecffa9c88fc30 to your computer and use it in GitHub Desktop.
Save mbround18/abab6c2a208cd8be54cecffa9c88fc30 to your computer and use it in GitHub Desktop.
Valheim Docker discord.json example
{
"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