About 312,000 results
Open links in new tab
  1. How do audit logs work? : r/discordapp - Reddit

    Jul 7, 2022 · Discord's audit log (under Server Settings) has just one permission - View Audit Log; if you have that permission, then you can view all entries in the audit log. Discord's audit log …

  2. Discord audit logs - removing from channel - Stack Overflow

    Mar 1, 2025 · Check the actual audit logs in your server settings to ensure that the audit log entry you’re looking for actually exists. If an admin has kicked someone from voice, that event …

  3. python 3.x - How to use discord.py in order to get audit log …

    Apr 4, 2022 · I'm trying to make a discord bot that gets audit log entries and prints them out to me, but I have no clue how to go about it. This is what I have so far: from discord.ext import …

  4. What's an audit log and how does it work? : r/discordapp - Reddit

    Mar 31, 2018 · Audit logs, is a log of who does what - shows what mod/admin kicked, banned, changed perms etc, what bot made changes to a user, what user updated their name etc. It's …

  5. How do you tell who's moving discord text channels? : …

    Unfortunately, no. Audit logs do not yet record who moved who, and there's no data bots can receive that will reveal this either. This has been a requested feature before tho... Edit: This …

  6. See who deleted a message : r/discordapp - Reddit

    Jul 18, 2023 · If you go to Server Settings -> Audit Log, you can view who has been deleting messages. You cannot view the contents of these messages though, just when they were …

  7. is there an audit log for personal messages? : r/discordapp

    Nov 12, 2017 · Hello there, I'm going to assume you mean the ability to view a sort of audit log for DMs with people (see when someone removes a message, etc..) either in a one-on-one or a …

  8. How to use discord.py to check if an entry is made into audit logs …

    Apr 4, 2022 · There isnt currently event function to define actions for audit log but you can use audit log list with Guild.audit_logs() iterator to check available audits for example:

  9. How to get how much roles created, Audit Logs (discord.js)

    Jun 25, 2022 · I want to check how many roles were created after 3 seconds, but filtered.size logs undefined, how can I accomplish this? wait(3000) const logs = await guild.fetchAuditLogs({ …

  10. python - Discord.py log messages when deleted - Stack Overflow

    May 3, 2020 · I found a way to check who deleted the message with the on_message_delete event, just use an audit_logs () with limit of one, like this: