mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
Update channel improvements
Also documented two methods for voice connections. (pause and resume)
This commit is contained in:
@@ -120,6 +120,16 @@ getVolume()
|
||||
|
||||
Returns the current volume. 1.0 is normal, 0.5 is half as loud, 2.0 is twice as loud.
|
||||
|
||||
pause()
|
||||
~~~~~~~
|
||||
|
||||
Pauses the current connection's audio.
|
||||
|
||||
resume()
|
||||
~~~~~~~~
|
||||
|
||||
Resumes the current connection's audio.
|
||||
|
||||
stopPlaying()
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user