tg-bot-ts/data/updates/v0.10/update.json
Nuno Duque Nunes ddc742211e housekeeping: polish Submit Score modal copy, rename v0.10 changelog
- Kills/Deaths label no longer duplicates the "(e.g. 5/2)" hint already
  shown in the field's placeholder
- ATK/DEF/Heal placeholders drop the redundant "(case-insensitive)" note
- v0.10 changelog retitled "Sleep Check (The Vic Update)" and the New
  section's blurb reworded
2026-07-30 04:29:06 +01:00

27 lines
976 B
JSON

{
"version": "v0.10",
"date": "2026-07-30",
"title": "Sleep Check (The Vic Update)",
"layout": "default",
"sections": [
{
"type": "new",
"label": "New",
"emoji": "✨",
"items": [
{ "text": "Sleepy princesses now get a royal wake-up call — before TG, they receive a DM asking them to confirm they're awake, with 💤 shown next to their name in the poll until they do" }
]
},
{
"type": "technical",
"label": "Under the hood",
"emoji": "🛠️",
"items": [
{ "text": "Sleep check timing is configurable (default 20 minutes before TG) via `/tg-config tg set-sleep-check-minutes`" },
{ "text": "Sleep-check roles managed via `/tg-config roles set/add/remove/reset-sleep-check`" },
{ "text": "`/tg-admin sleep-check set|clear` — officers can manually flag or clear a player's sleep check regardless of role, for one-off cases" }
]
}
],
"examples": []
}