startSlashResponse

inline suspend fun <T : TypeContainer> startSlashResponse(discord: Discord, user: User, event: SlashCommandEvent<T>): ConversationResult

Start a conversation with someone from a slash command.

Return

The result of the conversation indicated by an enum.

Parameters

user

The user to start a conversation with.

event

The event used to start the conversation.

Samples

me.jakejmattson.discordkt.conversations.ConversationResult