Tracking voice channel logs

Comments

12 comments

  • donovan_dmc

    If you're making a bot, there are events for joining/leaving/switching voice channels that would enable you to track this yourself

    0
  • Codywparker96

    Yeah I was looking at some event methods of tracking every time someone joins a voice channel, but currently there’s no log messages in the Audit log or API metadata that shows a historical picture of who what and when, which is what I was mostly asking about.

    0
  • donovan_dmc

    start listening to events over the gateway, save the voice events to a file on disk and you've got an easy history of voice changes

     

    Hell, if you're just wanting stats track those immediately from events and either chuck them in a file or spin up a redis instance

    0
  • turkwr

    Hello Codywparker96,
    Why do you want users to fall into the audit log when they enter audio? This is ridiculous! It is difficult to control and takes up space in the audit record. You can do this with a bot.

    Kind regards,
    Türker

     
    1
  • blackwolfwoof

    That "Discord" user is not discord

    0
  • Tanes1

    Indeed, I was considering several event-based approaches to recording each time a new voice channel member joins, however as of right now, neither the Audit log nor the API metadata include any log entries that provide a historical overview of who joined when and what they said.

    0
  • blackwolfwoof

    There are bots like "Statbot" which show how long a member was in a voice chat.
    Other bots like "Dyno" should also log when someone connected, moved or disconnected grom there.

    Transcripts of what was said is s nogo tho as thats really privacy invasive if an admin could see what someone sald while they weren't there, in my opinion. There is no bot ot feature that does that.

    0
  • donovan_dmc

    I'm sure there are bots that keep voice logs for administrators, people are just much more opposed to the idea as it's insanely obvious it's happening

    You don't know if a bot is silently logging any messages you edit or delete (there most likely is at least one in any given server), but a bot chilling with you in a voice channel is a dead giveaway

    0
  • Erica Field

    When someone joins a voice channel, I was looking at various event tracking approaches, however as of right now, neither the API metadata nor the Audit log include any log messages that provide a historical overview of who joined when and what they were doing.

     

     

    0
  • Nicholas M. Hoag

    Yes, I was looking at event-based ways to track each time a user enters a voice channel; however, the main question I had was that there aren't any log messages in the Audit log or API metadata that provide a historical picture of who, what, and when.

    0
  • Nicholas M. Hoag

    Feature Request: Voice Channel Join Audit Logs
    Objective:
    To create an audit log message each time a user joins a voice channel, enabling the tracking of user activity over a specified interval (days, months, etc.).

    Details:

    Audit Log Trigger: Each time a user joins a voice channel, a log entry should be created.
    Information Captured:
    Username of the user who joined.
    UTC timestamp of when the user joined the voice channel.

    0
  • Nicholas M. Hoag

    I would want to make a feature request so that whenever a user enters a voice channel, a server would generate an audit log message. I want to be able to monitor the history and activity of voice channels over a specific period (days, months, etc.) as I'm attempting to develop a bot around monthly activity with metrics. 
     

    0

Please sign in to leave a comment.