Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
CommandBot 3.0.0 - slash commands (merge pull request)
Browse files Browse the repository at this point in the history
3.0.0 - Slash commands support, merging pull request to the master branch
  • Loading branch information
GRZ4NA authored Aug 29, 2021
2 parents ff14817 + 9bb7afd commit 8398034
Show file tree
Hide file tree
Showing 17 changed files with 976 additions and 651 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules
test
dist
package-create.bat
dist
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"command": "yarn test",
"name": "Start test env",
"request": "launch",
"type": "node-terminal"
"type": "node-terminal",
"preLaunchTask": "Compile test bot"
}
]
}
6 changes: 6 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"kind": "build",
"isDefault": true
}
},
{
"label": "Compile test bot",
"type": "shell",
"command": "cd test; tsc",
"problemMatcher": []
}
]
}
Loading

0 comments on commit 8398034

Please sign in to comment.