Files
Otkritiebot/config/actors.json
Verum 02afbd23ec
Some checks failed
CI / Lint (ruff + mypy) (push) Failing after 34s
CI / Run tests (push) Has been skipped
CI / Docker build test (push) Successful in 13s
123
2026-04-02 18:04:04 +07:00

49 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"header": "🌟🌟 🎀avigation ⠘ OVERHEARD 🌟\n⎯ шоу должно продолжаться.",
"intro_links": "rules: https://telegra.ph/example\nplot: https://telegra.ph/example\nboost: https://t.me/boost/example",
"projects_block": "🌟 RP projects: https://t.me/archive/7\n🌟 RPCM channels: https://t.me/archive/18",
"actors_title": "\"The Dearest Actors\" administration",
"legend": "🌟 исполняет роль 😻 принимает тейки\n🌟 в закулисье 😻 не принимает тейки\n🌟 антракт 😻 рест\n🌟 задержки 😻 отвечает с задержкой",
"footer": "life channel: https://t.me/lifeExample\narchive: https://t.me/archiveExample",
"status_labels": {
"open": "исполняет роль",
"backstage": "в закулисье",
"delay": "задержки",
"rest": "антракт"
},
"actors": [
{
"key": "astat",
"button_text": "Астат",
"display_name": "ASTAT",
"link": "http://t.me/astat_ovhdRPCM_bot",
"pronouns": "he/him",
"emoji": "🌟",
"operator_user_id": 123456789,
"default_status": "backstage",
"phrases": {
"open": "принимает тейки.",
"backstage": "в закулисье.",
"delay": "ответит с задержкой.",
"rest": "ушел на антракт."
}
},
{
"key": "mari",
"button_text": "Мари",
"display_name": "MARI",
"link": "http://t.me/Marioverheard_bot",
"pronouns": "she/her",
"emoji": "🌟",
"operator_user_id": 987654321,
"default_status": "open",
"phrases": {
"open": "исполняет роль.",
"backstage": "в закулисье.",
"delay": "есть задержка.",
"rest": "антракт."
}
}
]
}