Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running the ping command example, the client is logging "Unknown Dispatch (INTERACTION_CREATE)" #1809

Closed
Moises-Soares opened this issue Mar 24, 2021 · 4 comments

Comments

@Moises-Soares
Copy link

I am running your example and:

  • the client is logging Unknown Dispatch (INTERACTION_CREATE).
  • discord is showing This interaction failed

My commands are:

{
"name": "ping",
"description": "get a ping pong",
"options": []
}

@Zackattak01
Copy link
Contributor

Zackattak01 commented Mar 24, 2021

Is this a slash command? Slash commands have not been merged yet. Any issues related to their use are best posted on those pull requests

If these are not slash commands it should safe to ignore the message.

@Moises-Soares
Copy link
Author

Yes, it is a slash command.

@quinchs
Copy link
Member

quinchs commented Mar 24, 2021

Slash commands are available by cloning pull #1717, they are not yet available on the dev branch.

@quinchs quinchs mentioned this issue Sep 20, 2021
34 tasks
@MrCakeSlayer
Copy link
Collaborator

This has now been implemented via the merged labs PR (#1923)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants