mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +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
|
||||
.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();
|
||||
|
|
Loading…
Reference in a new issue