bugfix: stop self texts from being logged.

This commit is contained in:
thedragonsinn
2024-01-16 13:36:19 +05:30
parent 6771e7697e
commit 04520c74ae

View File

@@ -55,6 +55,7 @@ basic_filters = (
& ~filters.bot
& ~filters.service
& ~filters.chat(chats=[bot.me.id])
& ~filters.me
)