mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
22 lines
583 B
JSON
22 lines
583 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"stopOnEntry": false,
|
|
"pythonPath": "${config:python.pythonPath}",
|
|
"program": "${workspaceFolder}/bot.py",
|
|
"args": [
|
|
"put_bot_user_token_here"
|
|
],
|
|
"cwd": "${workspaceFolder}",
|
|
"env": {},
|
|
"envFile": "${workspaceFolder}/.env",
|
|
"debugOptions": [
|
|
"RedirectOutput"
|
|
]
|
|
}
|
|
]
|
|
} |