AuditLog Event for member timeouts.
Currently, I have this code to see what it gives me in return:
But I get nothing
Not exactly sure if I don't have an intent enabled or something else
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 OPOk so, I think the issue comes within Intents. I use
IntentsBitField.Flags
, works well enough with typescript, but it seems to have issues in JavascriptUnresolved variable GuildMembers for example. Right now I'm changing some stuff instead of IntentsBitField I will be using GatewayIntentBits and don't use an .add
Welp, that didd nothing anyways
:monbreyFacepalm:
Yeah it works now. Thanks