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

Commit

Permalink
fix: Update text in help command
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Jul 15, 2023
1 parent 8a15400 commit d873ada
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ module.exports = {
new EmbedBuilder()
.setDescription(
`${embedIcons.rule} **List of commands**\n` +
'- `/play` `query` - Add a track or playlist to the queue by searching or url.\n' +
'- `/play` `query` - Add a track or playlist to the queue by url or search.\n' +
'- `/pause` - Pause or resume the current track.\n' +
'- `/queue` `[page]` - Show the list of tracks added to the queue.\n' +
`- \`/nowplaying\` - ${embedIcons.new} Show information about the track currently playing.\n` +
`- \`/loop\` \`mode\` - ${embedIcons.new} Toggle looping a track or the whole queue.\n` +
`- \`/loop\` \`mode\` - ${embedIcons.beta} Toggle looping a track, the whole queue or autoplay.\n` +
`- \`/filters\` - ${embedIcons.beta} Toggle various audio filters during playback.\n` +
'- `/volume` `[percentage]` - Show or set the playback volume for tracks.\n' +
'- `/skip` `[trackNumber]` - Skip current or specified track.\n' +
'- `/remove` `trackNumber` - Remove a specific track from the queue.\n' +
'- `/leave` - Clear the track queue and remove the bot from voice channel.\n\n' +
'- `/skip` `[trackNumber]` - Skip to next or specified track.\n' +
'- `/remove` `trackNumber` - Remove specified track from the queue.\n' +
'- `/leave` - Clear the queue and remove the bot from voice channel.\n\n' +
`${embedIcons.support} **Support server**\nJoin the support server for help or suggestions: \n**${botInfo.supportServerInviteUrl}**\n\n` +
`${embedIcons.bot} **Enjoying ${botInfo.name}?**\nAdd me to another server: \n**[Click me!](${botInfo.botInviteUrl})**`
)
Expand Down

0 comments on commit d873ada

Please sign in to comment.