Joren Vandeweyer
Joren Vandeweyer
@AceFire6 Would you accept a pull request that implements this behaviour? I made a Tampermonkey script that adds this feature to the website. I could make a pull request for...
`bot.getAudioContext(voiceChannel, function(err, stream){ stream.stop(); }); `
In case it would require some new code I'm open to add a pull requests or make a fork of this library. A solution that I think would work, is...
I think there would be a lot of people willing to maintain this project. The only thing that is missing are specifics tasks or todos that people can assign to...
I upgraded to v1.24 and it seemed to be fixed.
I fixed this, by using `child_process.execFile` instead of `spawn`
Kinda, I want to be able to reschedule a succesfull job, with a variable delay (which is computed during the job)
Thanks for the update! Would it also be possible to hide the app from dock?
> > Unfortunately, it seems the tests are flaky. > > Could you describe your setup? I'm getting intermittent and inconsistent test failures when I run the tests locally on...
So at the moment we assume all clients are private clients. To implement this we should - keep assuming al clients are private - allow to pass a client type...