Add error handles and getUpdates

This commit is contained in:
2020-06-14 18:25:10 +05:30
parent ed8fc1791b
commit 1451a4c5bd
8 changed files with 114 additions and 23 deletions

View File

@@ -4,8 +4,8 @@
"description": "Bot",
"main": "out/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node out"
"start": "tsc && node out",
"test": "tsc && node --inspect-brk out"
},
"repository": {
"type": "git",