diff options
| -rw-r--r-- | discord/server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/server.py b/discord/server.py index 0c0172b6..fe267f3c 100644 --- a/discord/server.py +++ b/discord/server.py @@ -70,7 +70,7 @@ class Member(User): A datetime object that specifies the date and time in UTC that the member joined the server for the first time. - ,, attribute:: status + .. attribute:: status A string that denotes the user's status. Can be 'online', 'offline' or 'idle'. .. attribute:: game_id |