From ce686b42815c4f7a1e87496612a647009da7a741 Mon Sep 17 00:00:00 2001 From: Federico fuji97 Rapetti Date: Mon, 10 Jan 2022 22:02:55 +0100 Subject: [PATCH] Fix lint commands and lint errors --- package.json | 2 +- src/bot.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 44c9434..6e33002 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ ], "scripts": { "lint": "eslint \"src/**/*.{ts,tsx}\"", - "lint:fix": "eslint '\"src/**/*.{ts,tsx}\" --fix", + "lint:fix": "eslint \"src/**/*.{ts,tsx}\" --fix", "clean": "rm -rf dist dts", "test": "npm run lint", "build": "tsc", diff --git a/src/bot.ts b/src/bot.ts index b2e591b..d42a718 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -139,7 +139,7 @@ export default class { ); }); } - + spinner.succeed(`Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=${this.client.user?.id ?? ''}&scope=bot%20applications.commands&permissions=2184236096`); });