channels

Requests to get all present channels in this guild in an unspecified order, call toList().sorted() on the returned Flow to get a consistent order.

The returned flow is lazily executed, any RequestException will be thrown on terminal operators instead.