discord / discord-example-app

Basic Discord app with examples
MIT License
515 stars 525 forks source link

when i use the challenge command it doesnt work #7

Open random-persone opened 2 years ago

random-persone commented 2 years ago

when i use the challenge command it doesnt work

ITESaurabh commented 1 year ago

+1

typpo commented 1 year ago

Can you be more specific? What did you try, what output are you seeing?

Mokss commented 1 year ago

let's try to rename "challenge" command in all files, it helped me

Lelebees commented 1 year ago

I just forked this repo, and i am facing the same (or a similar) issue: Only the Test command shows up in the slash commands list, despite the console telling me the challenge command is added to my guild. I tried adding my own command (practically a copy of the test command), and this one does work.

Arjun021 commented 1 year ago

Is verifyKey function working for everyone ? For me its giving error VerifyDiscordRequest

pgm-mardoekthienpondt commented 8 months ago

The /test command works fine and gives back status "200 OK" in the ngrok console The /challenge <Object> command doesn't return any status, it's blank

I have ran, by accident, the command 'npm run register' twice, but I doubt this would cause issues? I am also confused wether the keys in the .env file should be in quotes or not, both ways seem to work for the /test command