sendPrivateMessage

suspend fun UserBehavior.sendPrivateMessage(message: Any = "", embed: suspend EmbedBuilder.() -> Unit? = null): Message?

Send a private message to a user if possible.

Return

The Message object or null if you cannot DM.