Skip to content

Commit

Permalink
[Enhancement] fixed a typo in the skip embed message
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Nov 9, 2021
1 parent d11c369 commit 221b82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/Music/skip.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
embeds: [
embedMessage(
"#9dcc37",
`Skipped **${currnetSong.title}**, [${message.member.toString()}]`
`Skipped **${currnetSong.title}** [${message.member.toString()}]`
),
],
});
Expand Down

0 comments on commit 221b82e

Please sign in to comment.