Saved one file and removed prettier
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
"dev:js": "nodemon --config nodemon-js.json dist/index.js",
|
||||
"dev:build": "ts-node scripts/dev-deploy.ts",
|
||||
"dev:delete": "ts-node scripts/delete-commands.ts",
|
||||
"format": "prettier --write src/",
|
||||
"lint": "eslint src",
|
||||
"lint:fix": "eslint --fix src",
|
||||
"prod:build": "ts-node scripts/deploy-commands.ts"
|
||||
@@ -35,7 +34,6 @@
|
||||
"@typescript-eslint/eslint-plugin": "^6.18.1",
|
||||
"@typescript-eslint/parser": "^6.18.1",
|
||||
"eslint": "^8.56.0",
|
||||
"prettier": "^3.2.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
|
||||
@@ -126,8 +126,7 @@ export = {
|
||||
|
||||
await interaction.editReply({
|
||||
embeds: [{
|
||||
description:
|
||||
"Updated your roles to `" + replyRank + "`",
|
||||
description: "Updated your roles to `" + replyRank + "`",
|
||||
color: embedColor,
|
||||
thumbnail: {
|
||||
url: head!
|
||||
|
||||
Reference in New Issue
Block a user