aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-02 01:04:07 -0500
committerAndrew Lee <andrew@alee14.me>2025-03-02 01:04:07 -0500
commit9d2e7b26ad067fd13fb6862eb48a6b86a5bb8afd (patch)
tree3c0b55a6185c3c03a73dc3b2899dfc221c06f942 /.vscode/launch.json
parent7df6aafb17a79f278047a244d48c9fdde620811d (diff)
downloadAleeBot-9d2e7b26ad067fd13fb6862eb48a6b86a5bb8afd.tar.gz
AleeBot-9d2e7b26ad067fd13fb6862eb48a6b86a5bb8afd.tar.bz2
AleeBot-9d2e7b26ad067fd13fb6862eb48a6b86a5bb8afd.zip
Starting AleeBot 4.0!
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
deleted file mode 100644
index 4058c57..0000000
--- a/.vscode/launch.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- // 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": [
-
- {
- "type": "node",
- "request": "launch",
- "name": "Launch Bot",
- "program": "${workspaceFolder}/bot_discord.js",
- "console": "integratedTerminal",
- "args": [
- "--beta"
- ]
- },
- {
- "type": "node",
- "request": "launch",
- "name": "Launch Bot with debug mode",
- "program": "${workspaceFolder}/bot_discord.js",
- "console": "integratedTerminal",
- "args": [
- "--beta",
- "--debug"
- ]
- }
- ]
-} \ No newline at end of file