Package org. openredstone. chad. commands
Types
Link copied to clipboard
Link copied to clipboard
data class CommandResponse(privateReply: Boolean, reply: String, reactions: List<String>)
Content copied to clipboard
The response of a command.
Functions
Link copied to clipboard
fun deleteCommand(authorizedRoles: List<String>, discordApi: DiscordApi, chadConfig: ChadConfig): Command
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun fractalCommand(authorizedRoles: List<String>, chadConfig: ChadConfig): Command
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun issueCommand(authorizedRoles: List<String>, discordApi: DiscordApi, chadConfig: ChadConfig, discordServer: Server): Command
Content copied to clipboard
Link copied to clipboard
fun piklCommand(authorizedRoles: List<String>, discordServer: Server, discordApi: DiscordApi): Command
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
A command that always returns the same reply.