How to connect Discord Gateway API on the NodeJS backend
I want to listen my entitlement create, update and delete events on my backend nodejs app and then save the details in my own database.
6 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!:event: (event) Client#entitlementCreate
[email protected]
Emitted whenever an entitlement is created.
:event: (event) Client#entitlementUpdate [email protected]
Emitted whenever an entitlement is updated - i.e. when a user's subscription renews.
:event: (event) Client#entitlementDelete [email protected]
Emitted whenever an entitlement is deleted. Entitlements are not deleted when they expire. This is only triggered when Discord issues a refund or deletes the entitlement manually.Will I be able to connect the gateway websocket api with my nodejs backend app?
How will i tell the Client class to listen for my specific activity entitlement events?
you should be able to run it unless your backend is serverless or something. other than that, listening for events is quite basic javascript
you can use webhook events for entitlements creation