mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-18 22:41:36 +02:00
Correctly skip song if unavailable
Also lets user know in text channel that song is unavailable after skipping. Fixes #324
This commit is contained in:
parent
81bbdb971d
commit
9a2ef876d3
6 changed files with 66 additions and 19 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue