Check if user has bot subscription
Hello! I am wondering how to check if a user has bot subscription active
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!![No description](https://cdn.answeroverflow.com/1336144400786395136/image.png)
Nodejs
![No description](https://cdn.answeroverflow.com/1336144430083739698/image.png)
In what context? If it's an interaction, you have
<BaseInteraction>#entitlements
for the user that runs the command.Basically I want to check if user is premium when they execute a slash command
Tysm!