From c3bca7ec735e6818383f0de2f427d82a096062b9 Mon Sep 17 00:00:00 2001 From: Skezza <36114463+SkezzaB@users.noreply.github.com> Date: Wed, 1 Jul 2020 04:32:00 +0100 Subject: Documentation formatting --- discord/member.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord/member.py') 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:: -- cgit v1.2.3