Skip to content

Commit 5bef067

Browse files
authored
i.application_id -> i.id (#139)
1 parent e5992ab commit 5bef067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dimscord/helpers/user.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ template reply*(i: Interaction;
138138
## Use `followup`, `createFollowupMessage` or `edit` if you already responded.
139139
## - Set `ephemeral` to true to send ephemeral responses.
140140
getClient.api.interactionResponseMessage(
141-
i.application_id,
141+
i.id,
142142
i.token,
143143
irtChannelMessageWithSource,
144144
newInteractionData(

0 commit comments

Comments
 (0)