Files
Nessa/.vscode/launch.json
Dani 3b5652ebb9 Initial Commit for Dolly:
Dolly is a simple Discord Bot that *right now* only does TODO lists. She does not handle anything else.
2023-12-21 14:54:10 -05:00

16 lines
480 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Dolly",
"type": "python",
"request": "launch",
"program": "main.py",
"console": "integratedTerminal",
"justMyCode": true
}
]
}