Moved everything to /src

This commit is contained in:
Luquinhas 2024-12-08 19:55:35 -03:00
parent dec0390280
commit 1072b641c8
29 changed files with 10 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ {
"name": "lynxbot", "name": "lynxbot",
"version": "1.0.0", "version": "1.0.0",
"main": "bot.js", "main": "src/bot.js",
"scripts": { "scripts": {
"start": "nodemon bot.js", "start": "nodemon src/bot.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "Lucas Gabriel (lucmsilva)", "author": "Lucas Gabriel (lucmsilva)",

View File

Binary file not shown.

7
src/props/config.json Normal file
View 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
View File

@ -0,0 +1 @@
{}