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
- 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!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.You need
GuildVoiceStates
intentIs it true that through this one you cannot see we the user has moved?
What do you mean?
I am looking for a way to create a log of who has moved a user
This is the event
Check the old and new state
Okay I'm going to check it out.
You'd need to search Audit Logs as well to get that specific information
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?
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