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