mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-03-10 04:39:57 +00:00
Moved everything to /src
This commit is contained in:
parent
dec0390280
commit
1072b641c8
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "lynxbot",
|
||||
"version": "1.0.0",
|
||||
"main": "bot.js",
|
||||
"main": "src/bot.js",
|
||||
"scripts": {
|
||||
"start": "nodemon bot.js",
|
||||
"start": "nodemon src/bot.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Lucas Gabriel (lucmsilva)",
|
||||
|
BIN
src/plugins/yt-dlp/yt-dlp.exe
Normal file
BIN
src/plugins/yt-dlp/yt-dlp.exe
Normal file
Binary file not shown.
7
src/props/config.json
Normal file
7
src/props/config.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"botToken": "7082772504:AAHh1AVmi5UzqDLfSahkP-5t6ajNpsxl7f4",
|
||||
"admins": [6637260427, 6993445432, 6723363421],
|
||||
"lastKey": "2697b016c0253dae4f01e7aaf1e63661",
|
||||
"lastSecret": "4041f281e1a6085ff3379af81040360d",
|
||||
"weatherKey": "8de2d8b3a93542c9a2d8b3a935a2c909"
|
||||
}
|
1
src/props/lastfm.json
Normal file
1
src/props/lastfm.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
Loading…
x
Reference in New Issue
Block a user