Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving a member to the same voice channel creates duplicates and sometimes causes audit log failures #7086

Open
RealAlphabet opened this issue Aug 19, 2024 · 0 comments
Labels
bug synced Synced to internal tracker

Comments

@RealAlphabet
Copy link

Description

If a bot moves a member into a voice channel where the member is already connected in, Discord will create a new "MemberMove" audit log entry. In addition, this new entry will not stack with the previous "MemberMove" entries of the same user in the same channel. Sometimes this seems to prevent new logs from being recorded for several minutes, creating a hole in the audit logs (the guild suddenly stops recording new audit logs for other actions).

Steps to Reproduce

  1. Connect to a voice channel.
  2. Use your bot to move yourself to the same channel you joined in step 1.
  3. Open the Audit Logs panel.

Expected Behavior

No entry is added to the audit logs because the member is already present in the voice channel.

Current Behavior

A new entry is systematically created each time and is not stacked with previous logs of the same type.

Screenshots/Videos

No response

Client and System Information

stable 319737 (74c37b3) Host 1.0.9158 x64 (50841) Build Override: N/A Windows 11 64-bit (10.0.22631)

@Rodentman87 Rodentman87 added the synced Synced to internal tracker label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug synced Synced to internal tracker
Projects
None yet
Development

No branches or pull requests

2 participants