mirror of
https://github.com/danbulant/ssps-bot
synced 2026-06-20 14:51:33 +00:00
možné skupiny
This commit is contained in:
parent
4bef072456
commit
955182b913
1 changed files with 6 additions and 0 deletions
|
|
@ -159,6 +159,12 @@ class API {
|
|||
return room.toString().padStart(3, "0");
|
||||
}
|
||||
|
||||
groups = [
|
||||
["celá třída"],
|
||||
["Skupina 1", "Skupina 2"],
|
||||
["Cizý jazyk 1", "Cizý jazyk 2"]
|
||||
]
|
||||
|
||||
map = {
|
||||
"1A": "1U",
|
||||
"1B": "1V",
|
||||
|
|
|
|||
Loading…
Reference in a new issue