Author

class Author @JvmOverloads constructor(var name: String, var id: Long = 0, var hyperlink: Boolean = true)

Plugin Author

Constructors

Link copied to clipboard
constructor(name: String, id: Long = 0, hyperlink: Boolean = true)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard

Whether to hyperlink the profile specified by id

Link copied to clipboard

The Discord ID of the plugin author

Link copied to clipboard

The name of the plugin author