From df3cb831a9499f350abe98c13f4d2680221fa640 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 28 Nov 2015 19:26:25 -0500 Subject: Member.roles array now has the default role as the first element. --- discord/member.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'discord/member.py') diff --git a/discord/member.py b/discord/member.py index b8597e8e..2fadc664 100644 --- a/discord/member.py +++ b/discord/member.py @@ -56,7 +56,8 @@ class Member(User): is not currently in a voice channel. .. attribute:: roles - An array of :class:`Role` that the member belongs to. + A list of :class:`Role` that the member belongs to. Note that the first element of this + list is always the default '@everyone' role. .. attribute:: joined_at A datetime object that specifies the date and time in UTC that the member joined the server for -- cgit v1.2.3