Initial commit
This commit is contained in:
commit
840b3af2eb
10 changed files with 550 additions and 0 deletions
10
package.json
Normal file
10
package.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"scripts": {
|
||||
"start": "node src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@grammyjs/files": "^1.2.0",
|
||||
"dotenv": "^17.4.2",
|
||||
"grammy": "^1.42.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue