Wrong apostrophe character in comments
This commit is contained in:
parent
eb7733be69
commit
40b3b900ac
@ -37,11 +37,11 @@ class Member:
|
|||||||
bot: bool
|
bot: bool
|
||||||
created_at: datetime
|
created_at: datetime
|
||||||
display_name: str # For regular users this is just their global name or their username, but if they have a guild specific nickname then that is returned instead.
|
display_name: str # For regular users this is just their global name or their username, but if they have a guild specific nickname then that is returned instead.
|
||||||
global_name: str # The user’s global nickname, taking precedence over the username in display.
|
global_name: str # The user's global nickname, taking precedence over the username in display.
|
||||||
id: int
|
id: int
|
||||||
joined_at: datetime
|
joined_at: datetime
|
||||||
mention: str
|
mention: str
|
||||||
name: str # The user’s username.
|
name: str # The user's username.
|
||||||
nick: str # The guild specific nickname of the user. Takes precedence over the global name.
|
nick: str # The guild specific nickname of the user. Takes precedence over the global name.
|
||||||
roles: list[Role] = field(default_factory=list)
|
roles: list[Role] = field(default_factory=list)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user