fetchChannelOrNull

open suspend override fun fetchChannelOrNull(): TextChannel?(source)

Retrieve the TextChannel associated with this behaviour from the provided EntitySupplier returns null if the TextChannel isn't present.

Throws

if anything went wrong during the request.