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

Commit

Permalink
fix: Updated /help with seek command
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Jul 16, 2023
1 parent 2a35c18 commit 2f1974d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ module.exports = {
'- `/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` +
`- \`/seek\` - ${embedIcons.beta} Seek to a specified duration in the current track.\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` +
'- `/filters` - Toggle various audio filters during playback.\n' +
'- `/volume` `[percentage]` - Show or set the playback volume for tracks.\n' +
'- `/skip` `[trackNumber]` - Skip to next or specified track.\n' +
'- `/remove` `trackNumber` - Remove specified track from the queue.\n' +
Expand Down

0 comments on commit 2f1974d

Please sign in to comment.