Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Jul 9, 2023
1 parent c3c0b5d commit ee04a7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion commands/skip.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ module.exports = {
return await interaction.editReply({
embeds: [
new EmbedBuilder()
.setDescription(`**Failed**\nThere are no tracks in the queue.`)
.setDescription(
`**Failed**\nThere are no tracks in the queue.`
)
.setColor(embedColors.colorWarning)
]
});
Expand Down

0 comments on commit ee04a7c

Please # to comment.