This commit is contained in:
JonnyBro 2022-09-09 18:27:03 +05:00
parent 7204e873e8
commit 45a5f6b2e8
2 changed files with 5 additions and 1 deletions

View file

@ -217,9 +217,12 @@ class Play extends BaseCommand {
});
});
return interaction.editReply({
interaction.editReply({
components: [row1, row2, row3]
});
collector.end();
return;
}
}
});

1
getcookie.js Normal file
View file

@ -0,0 +1 @@
require("play-dl").authorization();