AttributeError: no attribute '_bot'

This commit is contained in:
Sharma Amitkumar Ramkumar
2023-04-18 22:02:43 +05:30
committed by GitHub
parent 09971ca76d
commit cb7889e5b6

View File

@@ -92,6 +92,7 @@ class UltroidClient(TelegramClient):
me = self.full_name
if self._log_at:
self.logger.info(f"Logged in as {me}")
self._bot = await self.is_bot()
async def fast_uploader(self, file, **kwargs):
"""Upload files in a faster way"""