mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
фиксик...
This commit is contained in:
parent
eb75bc8824
commit
7e31d8c9e0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class RemovePlaylist extends Command {
|
|||
}
|
||||
|
||||
async run(message, args, data) {
|
||||
const name = args[0];
|
||||
const name = args.join(" ");
|
||||
if (!name) return message.error("music/createplaylist:NO_NAME");
|
||||
|
||||
const playlists = data.userData.playlists;
|
||||
|
|
Loading…
Reference in a new issue