фиксик...

This commit is contained in:
JonnyBro 2022-03-28 23:02:30 +05:00
parent eb75bc8824
commit 7e31d8c9e0

View file

@ -17,7 +17,7 @@ class RemovePlaylist extends Command {
} }
async run(message, args, data) { async run(message, args, data) {
const name = args[0]; const name = args.join(" ");
if (!name) return message.error("music/createplaylist:NO_NAME"); if (!name) return message.error("music/createplaylist:NO_NAME");
const playlists = data.userData.playlists; const playlists = data.userData.playlists;