mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-20 15:41:38 +00:00
Remove Server.me from __slots__ since it is a property now.
This commit is contained in:
@@ -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' ]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user