{
    "configurations": [
        {
            "name": "Telegram Bot",
            "type": "python",
            "request": "launch",
            "program": "bot.py",
            "console": "integratedTerminal",
            "python": "python3.11"
        }
    ]
}