Files
PrimoWorldsBot/Documentation/docs.md
2025-04-13 06:50:23 +07:00

40 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Начнем пожалуй с BotLibrary, я думаю после преобразовать его в пакет для ботов
Первый модуль analytics V
type_chat.py - определяет тип чата type_chat(message):
-Личный
-Группы
-Канал
type_msg.py - определяет тип сообщения type_msg(message):
-Текст
-Фото
-Стикер
-...
Второй модуль loggers:
logs.py - создает логгеры, три кастомных уровня и 4 обычных. Он может создавать
-NEW_USER
-LEAVE_USER
-START показывает
Последний модуль validators:
email_valid.py - содержит проверку на почту, для будущих добавлений [valid_email(email)]
normal_word.py - проводит к виду "Видообразование" [normal_words]
url_valid.py -