Modulate bot with some tweaks

This commit is contained in:
Lucas Gabriel 2024-05-24 18:39:12 -03:00
parent 92b6afe340
commit c67df9f865
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
5 changed files with 33 additions and 15 deletions

View file

@ -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",