Making all files use prettier

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-08-31 13:22:52 +02:00
parent 593f5544f7
commit 5aa85986cd
49 changed files with 4020 additions and 3779 deletions

View File

@@ -1,18 +1,18 @@
{
"name": "illegitimate-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prod:build": "node scripts/deploy-commands.js --prod",
"dev:build": "node scripts/deploy-commands.js --dev"
},
"author": "Taken",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"discord.js": "^14.8.0",
"dotenv": "^16.0.3",
"mongoose": "^7.0.1"
}
"name": "illegitimate-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prod:build": "node scripts/deploy-commands.js --prod",
"dev:build": "node scripts/deploy-commands.js --dev"
},
"author": "Taken",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"discord.js": "^14.8.0",
"dotenv": "^16.0.3",
"mongoose": "^7.0.1"
}
}