Skip to content

Commit

Permalink
added pause message
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowLp174 committed Sep 20, 2022
1 parent 5545584 commit 3d74798
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ This package is still in developement and lacks many features.

You still are able to play sound to a voice channel. Other features like channel info will follow.

## **Developement paused because of vortex rewrite**

Vortex are the voice servers behind revolt and they are currently being rewritten so adding new features now doesn't make any sense. User stuff, play/pause, audio works but without proper docs. I'm sorry about the docs but they will be updated in the upcoming rewrite of the library after the vortex update.

**TODO**:

- [X] Play/Pause for the media class (help apreciated ;))
- [ ] Non-voice events like UserJoined and roominfo
- [X] Non-voice events like UserJoined and roominfo
- [ ] Audio reception
- [ ] Error Handling; Right now, you have to take care of things like stopping the music if you start to play another song while one is playing

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "revoice.js",
"version": "0.1.73",
"version": "0.1.731",
"description": "A voice module for Revolt",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3d74798

Please sign in to comment.