Most slash command support completed, needs some debugging (and reindent)
This commit is contained in:
@@ -273,7 +273,7 @@ class Thread(Messageable, Hashable):
|
||||
if parent is None:
|
||||
raise ClientException('Parent channel not found')
|
||||
return parent.category
|
||||
|
||||
|
||||
@property
|
||||
def category_id(self) -> Optional[int]:
|
||||
"""The category channel ID the parent channel belongs to, if applicable.
|
||||
|
||||
Reference in New Issue
Block a user