mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-03-15 11:29:38 +05:00
async
This commit is contained in:
parent
8edeb67900
commit
fc6b112bcd
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class JaBa extends Client {
|
||||||
});
|
});
|
||||||
|
|
||||||
this.player
|
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 }))
|
const m = await queue.textChannel.send(this.translate("music/play:NOW_PLAYING", { songName: song.name }))
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
m.delete();
|
m.delete();
|
||||||
|
|
Loading…
Reference in a new issue