toHuman
fun ChronoContainer.toHuman(locale: Locale, relativeTo: LocalDateTime = LocalDateTime.now()): String?
suspend fun ChronoContainer.toHuman(context: CommandContext, relativeTo: LocalDateTime = LocalDateTime.now()): String?
Given a Duration, this function will return a String (or null if it represents less than 1 second).
The string is intended to be readable for humans - "a days, b hours, c minutes, d seconds".