onChannelUpdate

abstract fun onChannelUpdate(handler: suspend (Channel) -> Unit)(source)

Called when a channel is updated. Does not include TextChannel.lastMessageId updates.

Parameters

handler

The updated channel.