case typingStart
bot.on(.typingStart) { data in let (channel, userID, timestamp) = data as! (TextChannel, UserID, Date) }