We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bad8e0 commit edf36d0Copy full SHA for edf36d0
README.md
@@ -45,6 +45,11 @@ client.start()
45
46
Example with using `Extension` [here](https://github.com/Damego/interactions-lavalink/tree/main/examples)
47
48
+## New methods/properties for interactions.py library
49
+`Member.voice` - returns current member's `VoiceState`. It can be `None` if not cached.
50
+`Channel.voice_states` - returns a list of voice states of the voice channel. Can be empty if not cached.
51
+`Guild.voice_states` - returns a list of guild voice states. Can be empty if not cached.
52
+
53
## Documentation
54
55
[lavalink.py documentation](https://lavalink.readthedocs.io/en/master/)
0 commit comments