Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
i implemented the discord/voice code into the streamer. it can be used the same way discord/voice would be used, but not exactly the same. im not entirely sure this works as i have not done any extensive tests but it worked well for me.
i also added an example to show how to use the new reciever addition, but a tlrdr is that you basically use it by
i added a set voice state fn that should not change how anything already written using this library will run:
my code editor formatted my files a little so it changed the position of the imports and removed some spaces and i dont really know how to make it not do that. it might be beneficial to add a linter like eslint or something since the files dont really have a uniform format and the tab and spaces do be coexisting with each other.
this is my first time making a PR so my bad if i messed anything up. please give feedback and i will change whatever necessary.