Update strings

This commit is contained in:
Max Isom 2021-11-20 18:58:40 -05:00
parent 7538a2ebb8
commit 490b082587
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
2 changed files with 10 additions and 13 deletions

View file

@ -131,7 +131,6 @@ export default class implements Command {
if (song) {
newSongs.push(song);
} else {
console.log(_);
await res.stop(errorMsg('that doesn\'t exist'));
return;
}