The documentation for ChatService:GetAutoJoinChannelList() says that it returns array<string>
and then in the description says that it returns the list of names of the channels.
In actuality, it returns an array with the channel tables themselves.

The documentation should be changed.