updated discord.js

This commit is contained in:
Ashley Rosch
2021-08-19 23:54:15 -05:00
parent bb4c2e1ce4
commit c7c0d9faab
6 changed files with 626 additions and 315 deletions

View File

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