This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'fban_gbanimport asyncio | |
| from telethon.tl.types import MessageEntityMentionName | |
| from userbot import CMD_HELP, bot, is_mongo_alive, is_redis_alive | |
| from userbot.events import register | |
| from userbot.modules.dbhelper import (add_chat_fban, add_chat_gban, get_fban, | |
| get_gban, remove_chat_fban, | |
| remove_chat_gban) |