added slash command support

This commit is contained in:
Ashley Rosch
2021-08-20 03:19:57 -05:00
parent bc835922a5
commit e21d5573b1
6 changed files with 75 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
"main": "index.ts",
"scripts": {
"start": "ts-node .",
"debug": "ts-node .",
"ts-node": "ts-node",
"watchdog": "./run.sh",
"tmux": "tmux new-session -d -s $npm_package_name \"./run.sh\"",
"resume": "tmux a -t $npm_package_name",