diff --git a/Bot/clients.py b/Bot/clients.py index 996e9f7..285f48b 100644 --- a/Bot/clients.py +++ b/Bot/clients.py @@ -11,7 +11,7 @@ def __init__(self): bot_token=Config.BOT_TOKEN, plugins=Config.PLUGINS) self.logger: logging.Logger = logging.getLogger('bot') self.custom_caption: str = "" - self.custom_thumbnail = Union[str, None] = None + self.custom_thumbnail: Union[str, None] = None async def startup(self): await self.bot.start()