Beta v1.0.1
This release focuses on audit coverage expansion, data integrity, and infrastructure improvements to support upcoming features like the web dashboard.
🆕 Added
Database Refresher
New internal process that ensures critical cache and DB states stay in sync — especially important as we roll out the upcoming dashboard interface.
AutoMod Audits
TrueAudit now tracks Discord's AutoMod system — including blocked messages, timed outs triggered by rules, and more. These logs provide insight into automated moderation triggers.
Automatic Database Backups
Every 3 hours, TrueAudit now performs a full database backup. This adds resilience and safeguards your audit history in case of disruption.
Soundboard Audits
Events for
SOUNDBOARD_SOUND_CREATE
,UPDATE
, andDELETE
are now captured and logged. Great for communities that use Discord's soundboard features.
New
/auditevents
CommandAdmins can now use
/auditevents
to see the full list of event types currently tracked by TrueAudit. Useful for verifying bot capabilities and ensuring full coverage.
🔄 Updated
Detection System
Now supports all newly added audit types, including AutoMod and Soundboard events. Your detection rules will now catch even more suspicious or high-impact actions.
Frequency Command Embed
Refreshed layout for better readability and easier scanning of common moderation trends. Especially helpful when tracking staff activity at a glance.
Shared Resources for Frequency
Moved embed and logic resources into a shared location, allowing other systems (like stats, exports, etc.) to tap into consistent formatting.
Case ID Embed Improvements
Reformatted how case IDs are displayed to improve traceability and context, and moved those resources to a globally accessible location for other features to reuse.
Global Check Improvements
The global auditing check now runs strictly within the past 24 hours to avoid bloating results and improve performance. This keeps data timely and relevant.
Export Resource Refactor
Audit export logic (used in
/export
and/timeline
) was centralized to reduce duplication and ensure future audit types can be exported more easily.
DM Denial Logic
Spam prevention added. The bot now ignores rapid-fire DMs to avoid triggering the "DM Denial" response excessively from spam attempts.
🛠 Fixed
Improved Message & Thread Logging
Fixed logic related to
MESSAGE_DELETE
,MESSAGE_PIN
, and thread events to ensure more accurate data is stored. This update improves compatibility with the/timeline
,/checkuser
, and future message analytics.
This update sets the foundation for future dashboard integration and deeper audit insights. Stay tuned — the web side of TrueAudit is on the horizon. 🛰️
Last updated