diff --git a/package.json b/package.json index d4c5bfb..877a365 100644 --- a/package.json +++ b/package.json @@ -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" } diff --git a/src/commands/update.ts b/src/commands/update.ts index 54c868e..26b7f09 100644 --- a/src/commands/update.ts +++ b/src/commands/update.ts @@ -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!