Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Gorn committed Jun 7, 2024
1 parent 4f69079 commit 087c606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bot/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 087c606

Please sign in to comment.