Discord Move Logs

Does anyone know if it's possible to create a bot that logs when a user is moved from one voice channel to another? I want the bot to send a message in a Discord channel like this: Log Entry: @staffmember moved @moveduser from @firstchannel to @newchannel. Any ideas or suggestions?
12 Replies
d.js toolkit
d.js toolkit4w ago
- 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!
d.js docs
d.js docs4w ago
documentation suggestion for @LucaNL: :event: (event) Client#voiceStateUpdate [email protected] Emitted whenever a member changes voice state - e.g. joins/leaves a channel, mutes/unmutes.
Syjalo
Syjalo4w ago
You need GuildVoiceStates intent
LucaNL
LucaNLOP4w ago
Is it true that through this one you cannot see we the user has moved?
Syjalo
Syjalo4w ago
What do you mean?
LucaNL
LucaNLOP4w ago
I am looking for a way to create a log of who has moved a user
Syjalo
Syjalo4w ago
This is the event Check the old and new state
LucaNL
LucaNLOP4w ago
Okay I'm going to check it out.
TÆMBØ
TÆMBØ4w ago
You'd need to search Audit Logs as well to get that specific information
d.js docs
d.js docs4w ago
:guide: Popular Topics: Working with Audit Logs read more
LucaNL
LucaNLOP4w ago
Through there you can't pick it up properly either, because if you move several people within a few minutes, for example, and someone else moves someone after you. Then the last audit log shows the last user. Is there nothing else to create a log of who someone moved where?
TÆMBØ
TÆMBØ4w ago
Yea, I misremembered thinking that the Audit Log created from it included who was moved, apologies. I can't think of any other method to be able to reliably pair who moved what user between VCs unfortunately

Did you find this page helpful?