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!
Nodejs

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!