Slash Command User Arg Always Failing
I've been following the guide on how to create slash commands and I realized that whenever I attempt to run my command and enter in the user argument, it tells me the user is not valid. I've even tried this with the example command on the guide, so it doesn't seem to be something wrong with my code.
Here is the code used: https://hastebin.skyra.pw/iyepoxidaw.ts (this is from the guide)
Here is what it looks like when I attempt to run:
Solution:Jump to solution
Seems you have to add the #0001 (or whatever tag) to the end of it. Kind of weird it doesn't automatically do that. Anyway. Solved.
4 Replies
It doesn't seem to work no matter what user I put in
Use the user autocomplete menu that discord shows you
I did.
That's what I'm using
Alright I've tried using the menu on my phone and it works there. Not sure why it isn't working on my computer.
You're supposed to use the arrow keys to find who you want, then press enter to select them, right?
Solution
Seems you have to add the #0001 (or whatever tag) to the end of it. Kind of weird it doesn't automatically do that. Anyway. Solved.