mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2026-01-14 13:24:23 +08:00
@@ -40,6 +40,8 @@ def filter_message(message: Message, bot: TeleBot) -> bool:
|
||||
if message.text.startswith("/"):
|
||||
return False
|
||||
return True
|
||||
|
||||
|
||||
date_regex = re.compile(r"^(\d+)([dhm])$")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user