Latest Deployment
v3.7.0
May 1, 2026
New Features: Inactivity, Dashboard API & Utilities
- Smart Inactivity Pruning: Engineered a brand new
/inactivity dashboardsuite. Safely prune dead accounts using a persistent "Drip-Feed Queue" that bypasses Discord API rate limits by processing batches over multiple days, complete with Auto-Restore on bot reboots. - Dashboard API Connectivity: Opened a secure internal API gateway to synchronize live user preferences (Timezones, VC TTS, Roleplay Toggles, Economy Pacifist Mode) directly with the external PHP Web Dashboard.
- Server Statistics & Suggestions: Deployed
/setup_statsto generate dynamic Voice Channels that track live Member counts, and added a localized/suggestsystem with auto-reactions for server feedback. - Knowledge Suite: Added
/describe(AI-powered Wiki summaries via Gemini 1.5 Flash) and/define(Standard Dictionary API) to the general utility suite.
Architecture: Components V2 & Auto-Heal
- Strict V2 Compliance: Eradicated forbidden
contentkwargs from LayoutViews. Pings are now natively routed through V2 TextDisplay components via explicitAllowedMentions. - MediaGallery Rendering: Flawless V2
MediaGallery&MediaGalleryItemimplementation for inline native graph rendering and generated images across the Economy and Games cogs. - Enterprise Auto-Heal: Engineered Dynamic Path Resolution, Enterprise Auto-Heal Database Logic, and Emoji Name-Shift Fallbacks for Reaction Roles to permanently prevent JSON corruption.
- UX & Tone Polish: Adjusted Meme/Media commands to prioritize the 'user' parameter, made fields optional, and replaced sci-fi terminology with readable English. Cleaned up language and explicitly stated 'who' in public Voice Creator actions.
Security & Bug Fixes
- Global Safety Sweep: Implemented a global startup sweep for ERP instructions across all servers. Automated Owner DMs for system purges to ensure strict TOS compliance.
- Zero-Tolerance Mode: Eliminated the fast-path safety bypass in the AI Engine. Replaced command exceptions with clean UI rejections for a pristine, professional user experience.
- Graceful Error Handling: Replaced generic AppCommandErrors with graceful inline V2 error layouts to prevent false-positive crash logs. Hardened Color Roles against NoneType caching crashes.
- Discord.py 2.7 Compatibility: Fixed an internal D.py 2.7 TypeError (len on NoneType). Swapped
embeds=Nonetoembeds=[]in edit_message for safe payload cleansing. - API Truncation & Signatures: Enforced Zero-Truncation for Image processing. Fixed Popcat API HTTP 422/400 errors by properly URL-encoding Discord's strict CDN signatures.