func deferReply(((RequestError?) -> Void)?)
Shows the
Bot is thinking...
textfunc reply(message: String, then: ((RequestError?) -> Void)?)
Replies to a slash command interaction
func replyButtons(buttons: ButtonBuilder, then: ((RequestError?) -> Void)?)
Replies to a slash command interaction with buttons
func replyEmbeds(embeds: EmbedBuilder..., then: ((RequestError?) -> Void)?)
Replies to a slash command interaction with embeds
func replySelectMenu(menu: SelectMenuBuilder, then: ((RequestError?) -> Void)?)
Replies to a slash command interaction with a select menu
func setEphemeral(isEphermeral: Bool)
Sets a flag to tell Discord to make the response hidden