mirror of
https://github.com/marcogll/talia_bot.git
synced 2026-01-13 21:35:19 +00:00
refactor: Migrate bot core and modules from talia_bot to bot directory, update start_bot.sh and Dockerfile, and modify README.md.
This commit is contained in:
19
bot/data/flows/admin_check_agenda.json
Normal file
19
bot/data/flows/admin_check_agenda.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"id": "admin_check_agenda",
|
||||
"role": "admin",
|
||||
"trigger_button": "📅 Revisar Agenda",
|
||||
"steps": [
|
||||
{
|
||||
"step_id": 0,
|
||||
"variable": "AGENDA_TIMEFRAME",
|
||||
"question": "Consultando el oráculo del tiempo... ⏳",
|
||||
"options": ["📅 Hoy", "🔮 Mañana"]
|
||||
},
|
||||
{
|
||||
"step_id": 1,
|
||||
"variable": "AGENDA_ACTION",
|
||||
"question": "Aquí tienes tu realidad: {CALENDAR_DATA}",
|
||||
"options": ["✅ Todo bien", "🛑 Bloquear Espacio"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user