Case

Event.threadCreate

Fired when a thread is created

Declaration

case threadCreate

Usage

bot.on(.threadCreate) { data in
  let thread = data as! Thread
}