Skip to content

Commit 6f73b95

Browse files
author
Christian Vorhemus
committed
Updated Selfie-Bot
1 parent b51aade commit 6f73b95

File tree

15 files changed

+1730
-1497
lines changed

15 files changed

+1730
-1497
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "node",
6+
"request": "launch",
7+
"name": "Start Bot",
8+
"program": "${workspaceFolder}/dist/index.js",
9+
"preLaunchTask": "npm: build",
10+
"sourceMaps": true,
11+
"smartStep": true,
12+
"internalConsoleOptions": "openOnSessionStart",
13+
"outFiles": [
14+
"${workspaceFolder}/dist/**/*.js"
15+
]
16+
}
17+
]
18+
}

nodejs/Selfie_Bot/src/Selfie-Bot.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.

nodejs/Selfie_Bot/src/Selfie-Bot/Selfie-Bot.njsproj

Lines changed: 0 additions & 81 deletions
This file was deleted.

nodejs/Selfie_Bot/src/Selfie-Bot/Web.Debug.config

Lines changed: 0 additions & 39 deletions
This file was deleted.

nodejs/Selfie_Bot/src/Selfie-Bot/Web.config

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)