Add new global settings interval

This commit is contained in:
2024-10-17 15:09:19 +08:00
parent 9a5be732fc
commit 861c0b6f62
6 changed files with 151 additions and 35 deletions

View File

@@ -82,6 +82,7 @@ class userStatus(Enum):
needInputChatId = 1
needInputThreadId = 2
needRemoveThreadId = 3
needInputInterval = 4
class database: