diff --git a/.vscode/launch.json b/.vscode/launch.json index e228a7c..6f0d14b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,8 +5,7 @@ "name": "Python Debugger: Start bot", "type": "debugpy", "request": "launch", - "program": "${workspaceFolder}/discord_reminder_bot/main.py", - "console": "integratedTerminal", + "module": "discord_reminder_bot.main" } ] }