diff --git a/commands/Music/play.js b/commands/Music/play.js index 408adcc7..526f1994 100644 --- a/commands/Music/play.js +++ b/commands/Music/play.js @@ -217,9 +217,12 @@ class Play extends BaseCommand { }); }); - return interaction.editReply({ + interaction.editReply({ components: [row1, row2, row3] }); + + collector.end(); + return; } } }); diff --git a/getcookie.js b/getcookie.js new file mode 100644 index 00000000..026e6811 --- /dev/null +++ b/getcookie.js @@ -0,0 +1 @@ +require("play-dl").authorization(); \ No newline at end of file