Package-level declarations

Functions

Link copied to clipboard

Same as IGuildChannelContainer.getChannelById but with a reified type parameter.

Link copied to clipboard

Same as Mentions.getChannels but with a reified type parameter.

Link copied to clipboard
inline fun <T : GuildChannel> Mentions.getChannelsBag(): Bag<T>

Same as Mentions.getChannelsBag but with a reified type parameter.

Link copied to clipboard
fun hex(hex: String): Int

Converts the provided hexadecimal color into an integer.

Link copied to clipboard
fun hsb(hue: Float, saturation: Float, brightness: Float): Int

Converts the provided Hue-Saturation-Brightness color components into an integer.

Link copied to clipboard
fun FileUpload.into(): <Error class: unknown class>
Link copied to clipboard

Same as JDA.listenOnce but with a reified type parameter.

Link copied to clipboard
fun rgb(red: Int, green: Int, blue: Int): Int

Converts the provided Red-Green-Blue color components into an integer.