This commit is contained in:
2026-02-27 16:05:45 +03:00
parent a57a5278d6
commit bb96aa1cce
5 changed files with 73 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ async def main():
config = load_config()
bot = Bot(
token=config.bot_token,
token=config.bot.token,
default=DefaultBotProperties(parse_mode=ParseMode.HTML)
)
dp = Dispatcher()