comment corrected
This commit is contained in:
parent
988afb33e3
commit
28b717781d
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ class Server(Ulid):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def channels(self) -> list[Channel]:
|
def channels(self) -> list[Channel]:
|
||||||
"""list[:class:`Member`] Gets all channels in the server"""
|
"""list[:class:`Channel`] Gets all channels in the server"""
|
||||||
return list(self._channels.values())
|
return list(self._channels.values())
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in a new issue