mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
куки
This commit is contained in:
parent
7204e873e8
commit
45a5f6b2e8
2 changed files with 5 additions and 1 deletions
|
@ -217,9 +217,12 @@ class Play extends BaseCommand {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
return interaction.editReply({
|
interaction.editReply({
|
||||||
components: [row1, row2, row3]
|
components: [row1, row2, row3]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
collector.end();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
1
getcookie.js
Normal file
1
getcookie.js
Normal file
|
@ -0,0 +1 @@
|
||||||
|
require("play-dl").authorization();
|
Loading…
Reference in a new issue