bot not seeing users
I have the following code which I'm using to attempt to add 2 separate currencies to users, however my bot is only seeing itself. I have a feeling it's because I don't fully understand how the redirect works. The bot is in my server with administrator permissions, and has Server Members Intent, Presence Intent, and Message Intent. Additionally, the oauth url I generated had bot, identify, messages.read, and all guilds permissions.
Current output is as follows:
5 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPnode -v 20.5.0
and what intents did you specify in your client constructor
additionally, scopes other than bot and application.commands wont do anything
Thank you, I was so focused on that bit of code and the setup of the bot side of things I missed setting up the client in the code
they are for oauth applications