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