How to fix an error: Failed to get application_commands for command imagine #3
Unanswered
JuanMontengro
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I executed command like this: node imagin.js
const msg = await client.Imagine("A little pink elephant", (uri) => {
console.log("loading", uri);
});
Using above code, follow error occured:
Error: Failed to get application_commands for command imagine
How can I fix this error?
thanks
Beta Was this translation helpful? Give feedback.
All reactions