Add error handles and getUpdates
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user