Package-level declarations

Types

Link copied to clipboard
open class CommandContext
Context passed to command executors
Link copied to clipboard
com.discord.api.message.embed.MessageEmbed builder
Link copied to clipboard
open class NotificationData
Notification builder.
Link copied to clipboard
abstract class Plugin

The base class that all plugins must extend from for their entrypoint.

Link copied to clipboard
abstract class RNMessage(content: String = "", flags: Int = 0, tts: Boolean = false, nonce: String = Utils.generateRNNonce().toString(), context: Context = Utils.appContext)

A base for body of new Message requests, providing connection analytics and nonce that are sent in RNA and Desktop.