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