Develop with Entitlements
Has anyone an Idea how to delevop with the new Entitlements? I do not want to code on my live Bot with 600+ users. And on my Dev Bot I have no verification and so on I cannot enable the monetization and cannot create SKUs.
Any ideas?
3 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 OPMy solution would be to use a websocket. Just redirect the data you receive from
Events.entitlementCreate
on the main bot to the dev one.Sounds like the only possible solution. Even the Support told me there is no other way..