This commit is contained in:
.[d]. 2023-03-26 18:01:42 -05:00
parent e20c1e257f
commit 2a1f8cfa20

2
.vscode/launch.json vendored
View File

@ -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",