diff --git a/.vscode/launch.json b/.vscode/launch.json index 32ada39..730ac40 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "name": "maple", "type": "python", "request": "launch", - "program": "${workspaceFolder}/bot_maple.py", + "program": "${workspaceFolder}/plugins/bot_maple.py", "args" : [""], "console": "integratedTerminal", "python":"${workspaceFolder}/env/bin/python3.11",