It's version 0.6.2 I clear code
This commit is contained in:
@@ -22,7 +22,7 @@ class Config:
|
||||
# Admins (user_id: уровень)
|
||||
ADMINS: Dict[int, int] = {850906163: 0, 6394047531: 4, 1345058877: 3}
|
||||
|
||||
Names: Dict[int, str] = {850906163: "Ляпич", 6394047531: "Прокопович"}
|
||||
Names: Dict[int, str] = {850906163: "Ляпич", 6394047531: "Прокопович", 1345058877: "Сом"}
|
||||
|
||||
# Chats
|
||||
CHAT_IDS = [-1003038389942]
|
||||
@@ -32,7 +32,7 @@ class Config:
|
||||
}
|
||||
|
||||
# Settings
|
||||
ANTISPAM_DELAY = 600
|
||||
ANTISPAM_DELAY = 20
|
||||
WATCHER_BASE_DELAY = 600
|
||||
|
||||
# Пути
|
||||
|
||||
Reference in New Issue
Block a user