Files
Yumi/configs_example/ServiceAnnouncement.example.json
T

56 lines
1.9 KiB
JSON
Raw Normal View History

2022-02-02 21:16:28 +07:00
{
"News": {
"color": "#FAEDF0",
"title": "📰 Newsletter",
2022-02-05 01:11:55 +07:00
"description": "\u200B\n**{bot_username} has been super-charged and upgraded!**\nThe long-awaited update is now here, running latest and greatest version!\n\n**What's new?**\n\u200B\n",
2022-02-02 21:16:28 +07:00
"fields": [
2023-03-05 14:46:25 +07:00
{
2022-02-02 21:16:28 +07:00
"name": "🔥 Feature 1!",
"value": "\u200B\nSuch wow! New feature so cool 10/10!!!!\n\u200B\n",
"inline": false
},
2023-03-05 14:46:25 +07:00
{
2022-02-02 21:16:28 +07:00
"name": "✨ Shiny and new feature!",
"value": "\u200B\nNow brighter than ever!\n\u200B\n",
"inline": false
},
{
"name": "🪲 Bugs squashed",
2022-02-05 01:11:55 +07:00
"value": "\u200B\nBegone, bugs!\n\u200B\n",
2022-02-02 21:16:28 +07:00
"inline": false
}
],
"thumbnail": {
"url": "bot_avatar"
}
},
"Maintenance": {
"color": "#383b80",
"title": "🔧 Maintenance",
"description": "{bot_username} will be down for maintenance\nThe maintenance includes feature improvement to bug fixes\n\nDuring the maintenance, {bot_username}'s commands and features will be unavailable",
"fields": [
2023-03-05 14:46:25 +07:00
{ "name": "Start", "value": "<t:1812519286:R>", "inline": true },
{ "name": "End", "value": "<t:3390442486:R>", "inline": true }
2022-02-02 21:16:28 +07:00
],
"thumbnail": {
"url": "bot_avatar"
}
},
"Message": {
"color": "#A1DE93",
"title": "✉️Message",
"description": "Hello everyone!",
"thumbnail": {
"url": "bot_avatar"
}
},
"Alert": {
"color": "#EC255A",
"title": "🚨 Alert",
"description": "{bot_username} currently has an issue with lack of food, {bot_username} need more FOOD! MORE AND MORE!.\nWe're fixing it ASAP",
"thumbnail": {
"url": "bot_avatar"
}
}
2023-03-05 14:46:25 +07:00
}