Skip to content

Commit edf36d0

Browse files
committed
docs: add a mention to new properties
1 parent 1bad8e0 commit edf36d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ client.start()
4545

4646
Example with using `Extension` [here](https://github.com/Damego/interactions-lavalink/tree/main/examples)
4747

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+
4853
## Documentation
4954

5055
[lavalink.py documentation](https://lavalink.readthedocs.io/en/master/)

0 commit comments

Comments
 (0)