aboutsummaryrefslogtreecommitdiff
path: root/discord/member.py
diff options
context:
space:
mode:
authorSkezza <[email protected]>2020-07-01 04:32:00 +0100
committerGitHub <[email protected]>2020-06-30 23:32:00 -0400
commitc3bca7ec735e6818383f0de2f427d82a096062b9 (patch)
treefca505820795ad674ba135791b48c2859265e663 /discord/member.py
parentFix typo with voice_client documentation (diff)
downloaddiscord.py-c3bca7ec735e6818383f0de2f427d82a096062b9.tar.xz
discord.py-c3bca7ec735e6818383f0de2f427d82a096062b9.zip
Documentation formatting
Diffstat (limited to 'discord/member.py')
-rw-r--r--discord/member.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/member.py b/discord/member.py
index 44a8e094..17c3d4a2 100644
--- a/discord/member.py
+++ b/discord/member.py
@@ -60,7 +60,7 @@ class VoiceState:
afk: :class:`bool`
Indicates if the user is currently in the AFK channel in the guild.
channel: Optional[:class:`VoiceChannel`]
- The voice channel that the user is currently connected to. None if the user
+ The voice channel that the user is currently connected to. ``None`` if the user
is not currently in a voice channel.
"""
@@ -373,7 +373,7 @@ class Member(discord.abc.Messageable, _BaseUser):
@property
def activity(self):
"""Union[:class:`BaseActivity`, :class:`Spotify`]: Returns the primary
- activity the user is currently doing. Could be None if no activity is being done.
+ activity the user is currently doing. Could be ``None`` if no activity is being done.
.. note::