This repository was archived by the owner on Jan 6, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbot.json
More file actions
62 lines (50 loc) · 2.3 KB
/
bot.json
File metadata and controls
62 lines (50 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"bot": {
"name": "Поступление в МГТУ",
"short_description": "Проверка статуса поступления в МГТУ по СНИЛС",
"description": "Этот бот помогает абитуриентам МГТУ быстро узнать информацию о своем поступлении. Просто введите свой СНИЛС, и бот покажет ваши текущие позиции в списках, статус зачисления и другую важную информацию.\n\nПо вопросам работы бота обращайтесь: @falbue"
},
"menu":{
"none_menu":{
"text":"Меню `{menu_name}` не найдено",
"return":"main"
},
"tta_loading_menu":{
"text":"Загрузка..."
},
"main":{
"loading":true,
"text":"Выберите интерисующее направление",
"keyboard":"user_speciality"
},
"speciality|{spec_number}":{
"loading":true,
"function":"get_speciality",
"text":"__{speciality_name}__\n\n*Всего абитуриентов:* {total_students} \n*Поступивших абитуриентов:* {admitted_students}\n*Абитуриентов с приоритетом 1:* {count_priority}\n*Абитуринтов с баллом \\> 200:* `{count_eligible_users_200}`\n*Минимальный балл для поступления:* `{get_min_score}`\n\n@{username} \n{exams}\n*Место:* {admitted_position}",
"return":"main"
},
"snils":{
"text":"Введите свой снилс, для поиска в списках абитуриентов",
"input":{
"data":"snils",
"menu":"main",
"function":"add_snils"
},
"return":"main"
}
},
"mini_menu":{},
"buttons":{
"return":"‹ Назад"
},
"commands":{
"start":{
"description":"🔄 Перезапуск бота",
"menu":"main"
},
"snils":{
"description":"✏️ Указать снилс",
"menu":"snils"
}
}
}