diff --git a/next/server.py b/next/server.py index bd4d218..55e4071 100644 --- a/next/server.py +++ b/next/server.py @@ -203,7 +203,7 @@ class Server(Ulid): @property 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()) @property