mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-10 10:43:06 +00:00
Updated bot source
This commit is contained in:
parent
3a6a2763f8
commit
0dd6702e33
19 changed files with 247 additions and 20 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -5,10 +5,10 @@
|
|||
"name": "Build and Run",
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/target/_.js",
|
||||
"program": "${workspaceFolder}/target/_.cjs",
|
||||
"preLaunchTask": "build",
|
||||
"skipFiles": ["<node_internals>/**"],
|
||||
"outFiles": ["${workspaceFolder}/target/**/*.js"]
|
||||
"outFiles": ["${workspaceFolder}/target/**/*.cjs"]
|
||||
}
|
||||
],
|
||||
"tasks": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue