comment corrected

This commit is contained in:
Avanpost 2024-11-06 20:14:39 +00:00
parent 988afb33e3
commit 28b717781d

View file

@ -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