mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-13 09:19:48 +00:00
Remove Server.me from __slots__ since it is a property now.
This commit is contained in:
parent
4a1313f00c
commit
e2ed8b1476
@ -85,7 +85,7 @@ class Server(Hashable):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
__slots__ = ['afk_timeout', 'afk_channel', '_members', '_channels', 'icon',
|
__slots__ = ['afk_timeout', 'afk_channel', '_members', '_channels', 'icon',
|
||||||
'name', 'id', 'owner', 'unavailable', 'name', 'me', 'region',
|
'name', 'id', 'owner', 'unavailable', 'name', 'region',
|
||||||
'_default_role', '_default_channel', 'roles', '_member_count',
|
'_default_role', '_default_channel', 'roles', '_member_count',
|
||||||
'large', 'owner_id' ]
|
'large', 'owner_id' ]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user