Package-level declarations
Types
Link copied to clipboard
class MessageCommandImpl(val yde: YDE, val json: JsonNode, val idAsLong: Long, val interaction: Interaction) : ApplicationCommandImpl, MessageCommand
Link copied to clipboard
class SlashCommandImpl(val yde: YDE, val json: JsonNode, val idAsLong: Long, val interaction: Interaction) : ApplicationCommandImpl, SlashCommand
Link copied to clipboard
class UserCommandImpl(val yde: YDE, val json: JsonNode, val idAsLong: Long, val interaction: Interaction) : ApplicationCommandImpl, UserCommand