-
Part of the guide or code sample the question is aboutMy Error : Error executing ping Questionhey, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
It's probably that you haven't registered the commands properly with the Discord API or that you haven't handled them properly in the interactionCreate event. Can't tell without more information. |
Beta Was this translation helpful? Give feedback.
-
@masih-js I ran into this error because I included discord in my bot name. It would propagate when I called interaction.reply. Make sure that the bot you are writing doesn't include discord anywhere in the name. Not in your app name, or your bot name. Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
Hello |
Beta Was this translation helpful? Give feedback.
Hello
actually I found the problem. It was from my network connection.