Фиксы

This commit is contained in:
JonnyBro 2022-01-08 18:13:17 +05:00
parent 6f6f6a78b3
commit f012f316c3

View file

@ -45,6 +45,10 @@ class Clip extends Command {
player.play(resource);
connection.subscribe(player);
setTimeout(() => {
connection.destroy();
}, 60 * 1000);
} catch (error) {
console.error(error);
};