New Feature Requests
See original GitHub issueI’ve been using this package as my daily music driver for my bot for a the past day now, and I’ve got some features which could be very useful.
client.player.remove(songId)
- The songId would be what it is listed as in the queue so you would have to implement Song.SongId
Playlist support? - I don’t know if this is already a thing
Add the requester to who queued the song Song.requestedBy
client.player.search(query, maxResults)
- Searches for music on YouTube and returns about the results.
client.player.seek(time)
- Seeks to a certain part in the song
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
What Is a Feature Request? Definition and Examples - Airfocus
A feature request is a comment, message, or ask from a user to implement a specific feature into your product. Feature requests can...
Read more >7 Useful Tips to Manage Feature Requests - Craft.io
Feature requests are specific ideas that a customer will send to the company asking them to add something that they feel will make...
Read more >How To Manage Feature Requests [Template included]
The best way to categorize feature requests is by considering how they change the functionality of the product. A feature request either fixes ......
Read more >How to Manage Product Feature Requests – 6 Best Practices
A feature request is an idea a customer sends your way to make you understand how he's using your product, and what he...
Read more >How to Collect and Manage Feature Requests in SaaS
Feature requests are new product ideas or suggestions from your customers or team members. These requests come from diverse sources and come in ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes I noticed the changes, I am currently in the middle of updating my code to make use of these changes.
Edit: and yes, that would be a nice section which I would appreciate. The bot has grown rapidly over the last day and half going from 20 guilds to over 100!
I will keep adding things which could be added here: Another thing I recommend adding is more options to
client.player.isPlaying
, instead of making it return a boolean value, return and object with the following data:Another feature I have in mind is
client.player.getPlayingGuilds()
- this will return information about what guilds are currently using the bot to play music (e.g. the guild name, what voice channel the music is being streamed in, song info, playing?)