0.1.6-beta

This commit is contained in:
2023-06-10 16:10:54 +03:00
parent a1f6b2ae47
commit 328ebce5b3
4 changed files with 215 additions and 22 deletions

5
bot/app/constants.py Normal file
View File

@ -0,0 +1,5 @@
MAX_QUEUES_OWN = 4
MAX_QUEUES_PARTS_IN = 8
MAX_NAME_LENGTH = 40
MAX_QUEUE_NAME_LENGTH = 40
MAX_QUEUE_PARTICIPANTS = 40