chore(prettier): format code

This commit is contained in:
Snowflake107 2021-06-14 12:30:03 +05:45
parent 8c61b88956
commit d27b9f8180
2 changed files with 16 additions and 14 deletions

View file

@ -322,7 +322,8 @@ class DiscordPlayer extends EventEmitter<PlayerEvents> {
});
for (const video of ytpl) {
playlist.tracks.push(new Track(this, {
playlist.tracks.push(
new Track(this, {
title: video.title,
description: video.description,
author: video.channel?.name,
@ -333,7 +334,8 @@ class DiscordPlayer extends EventEmitter<PlayerEvents> {
duration: video.durationFormatted,
raw: video,
playlist: playlist
}));
})
);
}
}
default: