Update the thread name to have the members
This commit is contained in:
parent
3ea779f7f2
commit
bebef9d38a
3 changed files with 8 additions and 4 deletions
|
@ -44,6 +44,10 @@ class Member(Protocol):
|
|||
def id(self) -> int:
|
||||
pass
|
||||
|
||||
@property
|
||||
def display_name(self) -> str:
|
||||
pass
|
||||
|
||||
@property
|
||||
def roles(self) -> list[Role]:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue