Interaction failed #435
-
Hello again! So I faced a new problem, the bot im trying to automate got a captcha test to prevent users from using macros, I sorta got a code that should probably work however it doesn't seem to insert the values into the text box
Can somebody explain what's wrong here? |
Beta Was this translation helpful? Give feedback.
Answered by
aiko-chan-ai
Dec 8, 2022
Replies: 1 comment 2 replies
-
modal.reply({
guild: 'id',
channel: 'id',
data: [
{
customId: components.customId,
value: data.toString()
}
]
}); Try adding guildId and channelId |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ImFangy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try adding guildId and channelId
By default it will be taken from the cache, but can also be added if not available