Skip to content

Commit

Permalink
style: rome fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Muril-o authored and Muril-o committed Jan 26, 2023
1 parent 7a38f18 commit e582c7b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ const distube = new DisTube(client, {
leaveOnEmpty: true,
leaveOnFinish: true,
leaveOnStop: false,
plugins: [
new YtDlpPlugin(
{ update: true }
)
]
plugins: [new YtDlpPlugin({ update: true })],
});

client.commandHandler = new CommandHandler();
Expand Down

0 comments on commit e582c7b

Please sign in to comment.