Modulate bot with some tweaks
This commit is contained in:
parent
92b6afe340
commit
c67df9f865
5 changed files with 33 additions and 15 deletions
|
@ -2,10 +2,10 @@
|
|||
"name": "lynx",
|
||||
"version": "1.0.0",
|
||||
"description": "A simple Telegram bot made in Node.js",
|
||||
"main": "src/lynx_main.js",
|
||||
"main": "src/main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node --env-file=config.env src/lynx_main.js"
|
||||
"start": "node --env-file=config.env src/main.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue