Push base Telegraf bot
This commit is contained in:
commit
05eddc7734
15 changed files with 818 additions and 0 deletions
15
package.json
Normal file
15
package.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "lynxbot",
|
||||
"version": "1.0.0",
|
||||
"main": "bot.js",
|
||||
"scripts": {
|
||||
"start": "nodemon bot.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Lucas Gabriel (lucmsilva)",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"nodemon": "^3.1.4",
|
||||
"telegraf": "^4.16.3"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue