Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: v7 rewrite #1916

Merged
merged 8 commits into from
Jul 5, 2024
Merged

feat!: v7 rewrite #1916

merged 8 commits into from
Jul 5, 2024

Conversation

twlite
Copy link
Collaborator

@twlite twlite commented Jun 16, 2024

No description provided.

Copy link

vercel bot commented Jun 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
discord-player-website ⬜️ Ignored (Inspect) Visit Preview Jul 4, 2024 2:31pm

@febkosq8
Copy link
Contributor

Would like to see some sort of control over seek when giving a new searchresult to play.
If I want a song to start playing from 30 seconds in, I should be able to specify it while calling the play command

@twlite
Copy link
Collaborator Author

twlite commented Jul 1, 2024

Would like to see some sort of control over seek when giving a new searchresult to play. If I want a song to start playing from 30 seconds in, I should be able to specify it while calling the play command

await player.play(channel, query, {
  nodeOptions: {...},
  audioPlayerOptions: { // add this
    seek: duration
  }
})

@twlite twlite marked this pull request as ready for review July 5, 2024 09:42
@twlite twlite merged commit fba90c5 into master Jul 5, 2024
2 of 4 checks passed
@twlite twlite deleted the v7 branch July 5, 2024 09:43
@twlite
Copy link
Collaborator Author

twlite commented Jul 5, 2024

we will be working on master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants