mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 08:56:19 +00:00
Fix overlapping or incorrect slots found by slotscheck
This commit is contained in:
committed by
GitHub
parent
7e3b08871b
commit
40986f9279
@ -152,13 +152,9 @@ class WidgetMember(BaseUser):
|
||||
"""
|
||||
|
||||
__slots__ = (
|
||||
'name',
|
||||
'status',
|
||||
'nick',
|
||||
'avatar',
|
||||
'discriminator',
|
||||
'id',
|
||||
'bot',
|
||||
'activity',
|
||||
'deafened',
|
||||
'suppress',
|
||||
|
Reference in New Issue
Block a user