mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
Fix lint commands and lint errors
This commit is contained in:
parent
1a1e90a642
commit
ce686b4281
|
@ -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",
|
||||
|
|
|
@ -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`);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue