Package-level declarations

Functions

Link copied to clipboard
Link copied to clipboard
fun MessageModifyBuilder.addFile(path: Path): NamedFile

Adds a file with the given path to the attachments.

Link copied to clipboard

Configures the mentions that should trigger a ping. Not calling this function will result in the default behavior (ping everything), calling this function but not configuring it before the request is build will result in all pings being ignored.

Link copied to clipboard
inline fun MessageModifyBuilder.embed(block: EmbedBuilder.() -> Unit)
Link copied to clipboard
inline fun MessageModifyBuilder.messageFlags(builder: MessageFlags.Builder.() -> Unit)

Sets/Unsets the MessageFlags for this message.