Drag Moves Log
What is the best method to log the Dragging Move Logs?
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!
- ✅
Marked as resolved by OPlike hold click on the discord's user and drop it to another channel
yea
:event: (event) Client#voiceStateUpdate
@14.15.3
Emitted whenever a member changes voice state - e.g. joins/leaves a channel, mutes/unmutes.
:event: (event) Client#guildAuditLogEntryCreate @14.15.3
Emitted whenever a guild audit log entry is created.either way not accurate, isn't it?
to determine if it's self channel change or got moved I need to use
createdTimestamp
and extra.channel.id
, so when using the createdTimestamp
it won't log these auditlogs because it's not getting created it just changes the users
valuethat's why I'm asking if there's another way to log the moving action
How long it's gonna take to create a new auditlog for the same channel and the same mover?