This commit is contained in:
JonnyBro 2021-12-26 23:59:52 +05:00
parent 8edeb67900
commit fc6b112bcd

View file

@ -62,7 +62,7 @@ class JaBa extends Client {
});
this.player
.on("playSong", (queue, song) => {
.on("playSong", async (queue, song) => {
const m = await queue.textChannel.send(this.translate("music/play:NOW_PLAYING", { songName: song.name }))
setTimeout(() => {
m.delete();