View Source F1Bot.ExternalApi.Discord.Commands.Response (f1_bot v0.7.0)

Functions for composing and sending responses to slash commands.

Link to this section Summary

Link to this section Types

@type flags() :: :ephemeral

Link to this section Functions

Link to this function

make_deferred_message(flags)

View Source
Link to this function

make_followup_message(flags, content, files \\ [], embeds \\ [])

View Source
Link to this function

make_message(flags, message)

View Source
Link to this function

send_followup_response(response, interaction)

View Source
Link to this function

send_interaction_response(response, interaction)

View Source