We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5992ab commit 5bef067Copy full SHA for 5bef067
dimscord/helpers/user.nim
@@ -138,7 +138,7 @@ template reply*(i: Interaction;
138
## Use `followup`, `createFollowupMessage` or `edit` if you already responded.
139
## - Set `ephemeral` to true to send ephemeral responses.
140
getClient.api.interactionResponseMessage(
141
- i.application_id,
+ i.id,
142
i.token,
143
irtChannelMessageWithSource,
144
newInteractionData(
0 commit comments