Documentation
Swiftcord
Event
Event.channelUpdate
Case
Event.channelUpdate
Fired when a channel is updated
Declaration
case
channelUpdate
Usage
bot.on(.channelUpdate) { data in
let channel = data as! Channel
}