diff options
| author | Rapptz <[email protected]> | 2017-05-12 22:45:27 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-12 22:45:27 -0400 |
| commit | c6e16290118ef93e5454554a3e77651ccb895fbb (patch) | |
| tree | d3d9ff73ca5ee9d4855c6eead7304f9db78f1b8e /docs/migrating.rst | |
| parent | Remove ugly background in the FAQ page. (diff) | |
| download | discord.py-c6e16290118ef93e5454554a3e77651ccb895fbb.tar.xz discord.py-c6e16290118ef93e5454554a3e77651ccb895fbb.zip | |
Make images in the discord intro have consistent dimensions.
Diffstat (limited to 'docs/migrating.rst')
| -rw-r--r-- | docs/migrating.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migrating.rst b/docs/migrating.rst index 781fffab..bc1551a3 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -238,7 +238,7 @@ Earlier, in v0.11.0 a :class:`VoiceState` class was added to refer to voice stat However, it was transparent to the user. In an effort to make the library save more memory, the voice state change is now more visible. -The only way to access voice attributes if via the :attr:`Member.voice` attribute. Note that if +The only way to access voice attributes is via the :attr:`Member.voice` attribute. Note that if the member does not have a voice state this attribute can be ``None``. Quick example: :: |