NOX Logo
NOX
Back to Updates
Patch Note

The Intelligence Upgrade

N
Nox Dev Team
February 10, 2026
17 days ago

The Intelligence Upgrade

This is the largest Nox update to date. From a full-featured ticket system to a redesigned UI, smarter AI, and multi-language moderation β€” nearly evrey part of the bot has been touched.


🎫 AI-Powered Ticket System

A complete support ticket system, built from scratch.

Creating Tickets

Managing Tickets

Transcripts & AI Summaries

Under the Hood


βš™οΈ Unified Command Structure

All legacy configuration commands have been consolidated into a single /settings command with subcommands:

Old CommandNew Command
/viewconfig/settings view
/modconfig/settings moderation
/automoderation/settings automod
/reportconfig/settings report
/logchannel + /botchannel/settings channels
/staffroles/settings staff

🎨 UI Overhaul β€” Unified Design System

Every major command got a visual refresh with a consistent, premium design language:

Embeds now use consistent colors, formatting, and field layouts across the entire bot.


πŸ“Š Ticket Analytics

The analytics collector now tracks ticket-specific events:


🧠 Smarter Memory (Qdrant Fixes)

Two critical fixes to the long-term memory system:


🌎 Multi-Language Bad Word Detection

The moderation filter now catches profanity in 7 languages:

Language
πŸ‡ΊπŸ‡ΈEnglish
πŸ‡ͺπŸ‡ΈSpanish
πŸ‡«πŸ‡·French
πŸ‡©πŸ‡ͺGerman
πŸ‡·πŸ‡ΊRussian
πŸ‡΅πŸ‡±Polish
πŸ‡ΊπŸ‡¦Ukrainian

Combined with the existing leetspeak regex engine, the filter is now significantly harder to bypass in any language. The exclusion whitelist has been deduplicated into a single source of truth.


πŸ”’ Premium Check Standardization

All premium feature gates now use a single centralized function: isPremiumActive(guildId) from utils/core/premium.js.

Previously, some features (like tickets) checked guildData.isPremium directly β€” bypassing the cache, expiry logic, and developer guild overrides. Now everything is consistent:


πŸ“‹ Command Audit & Documentation


πŸ”§ Technical Improvements


Enjoyed this update?

Explore more updates