question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New Feature Requests

See original GitHub issue

I’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:closed
  • Created 3 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
thomasthebro1commented, Apr 25, 2020

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!

1reaction
thomasthebro1commented, Apr 19, 2020

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:

{
    Playing: boolean,
    Paused: boolean
    RepeatModeEnabled: boolean
    PreviousSongSkipped: object
}

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?)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found