How to check server's subscription without API call ?
Is it possible to check the entitlement of a server without having to make a query after each interaction?
I search alternative without call that query => https://discord.com/api/v10/applications/123/entitlements
10 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 staff:property: ChatInputCommandInteraction#entitlements
@14.16.3
The entitlements for the invoking user, representing access to premium SKUsThat property doesn't exist on CommandInteraction's Class ? @monbrey
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View
:property: CommandInteraction#entitlements
@14.16.3
The entitlements for the invoking user, representing access to premium SKUsit is new feature of discordjs ?
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View
14.9
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View
Ah kk thanks