1
0
Fork 0
mirror of https://github.com/JonnyBro/JaBa.git synced 2025-03-26 08:42:00 +05:00
This commit is contained in:
JonnyBro 2022-01-31 19:49:10 +05:00
parent 66eced49b3
commit d0891de323

View file

@ -85,7 +85,7 @@ class JaBa extends Client {
} else {
setTimeout(() => {
if (m.deletable) m.delete();
}, 60 * 10 * 1000);
}, 60 * 1000);
}
})
.on("addSong", (queue, song) => queue.textChannel.send({ content: this.translate("music/play:ADDED_QUEUE", { songName: song.name }) }))