mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
smol change
This commit is contained in:
parent
3750dea00a
commit
d48719612a
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class JaBa extends Client {
|
|||
} else {
|
||||
setTimeout(() => {
|
||||
if (m.deletable) m.delete();
|
||||
}, 600 * 1000);
|
||||
}, 60 * 10 * 1000);
|
||||
}
|
||||
})
|
||||
.on("addSong", (queue, song) => queue.textChannel.send({ content: this.translate("music/play:ADDED_QUEUE", { songName: song.name }) }))
|
||||
|
|
Loading…
Reference in a new issue