diff options
| author | Max Isom <[email protected]> | 2021-09-18 16:55:50 -0400 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2021-09-18 16:55:50 -0400 |
| commit | 9a2ef876d381a646f0d66145d8ed3cfa8da7fac3 (patch) | |
| tree | 8b801cd52206dab815625c7a42a36a31c3601769 /package.json | |
| parent | 81bbdb971d4221063b16fc2150ed9f4c56041765 (diff) | |
| download | muse-9a2ef876d381a646f0d66145d8ed3cfa8da7fac3.tar.xz muse-9a2ef876d381a646f0d66145d8ed3cfa8da7fac3.zip | |
Correctly skip song if unavailable
Also lets user know in text channel that song is unavailable after skipping.
Fixes #324
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d5f98f3..eec72d8 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ ], "scripts": { "lint": "eslint 'src/**/*.ts'", - "lint-fix": "eslint 'src/**/*.ts' --fix", + "lint:fix": "eslint 'src/**/*.ts' --fix", "clean": "rm -rf dist dts", "test": "npm run lint", "build": "tsc", |
