This file contains 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
from logtail import LogtailHandler | |
import logging | |
import requests | |
from utils.config import LOG_TOKEN | |
from utils.config import BOT_KEY | |
from utils.config import MODERATOR_ID | |
class AiogramAlertLogger(): |