Skip to Content

📋 Changelog

✨ Latest Release — Major Update

This is one of our biggest releases yet — a brand new web dashboard, several completely new systems, and hundreds of new commands.

🎉 Thank you all for sticking with us — this update wouldn’t have been possible without your feedback and support!

🙏 This update required a longer maintenance window than usual. Thank you for your patience, and we’re sorry for the extended downtime while we got everything ready. We really appreciate you sticking around!

🖥️ Brand New Web Dashboard

You can now manage your server from your browser, not just Discord commands.

  • Real-time sync between the dashboard and the bot
  • Visual message/embed builder with full Components V2 support (containers, sections, buttons, galleries, and more)
  • Manage automation workflows, tickets, applications, and welcome messages from a clean UI
  • Command usage stats and event history right on your dashboard
  • Profile customization page for members (custom backgrounds, bio, and more)

🎮 Minecraft Server Integration

A full suite of tools to connect and manage your Minecraft server from Discord:

  • Link your server with /nxmcsetup and manage the whitelist with /nxmcwhitelist
  • Player balances (/nxmcbal), bans (/nxmcban), kicks (/nxmckick), and broadcasts (/nxmcbroadcast)
  • Live network status with /nxmcnetwork and player list with /nxmcplayers
  • Group/rank management with /nxmcgroup, leaderboard with /nxmctop
  • Server log & spark analysis (/mclogsanalyze, /sparkanalyze) for debugging performance issues

🛡️ Security & Moderation Overhaul

  • Anti-Nuke Protection — automatic detection and punishment for mass-ban / mass-channel-delete attacks, with a configurable whitelist and vanity URL guard
  • Warn & Case Management — every action now has a full audit trail via /case, /case_edit, /caserestore, /casedelete, /clearcase
  • Native Discord AutoMod integration — smarter rule handling, no more manual spam/link filters
  • Temporary bans now expire automatically and log properly
  • Server Verification — application-based verification flow before members get full access

⚠️ Some presence-based features (/presenceroles, /statusrole) are temporarily disabled while we wait on Discord’s Presence Intent approval — everything else is unaffected.

🎉 New Community Features

  • Social Feed Integration — auto-post new YouTube uploads and other platform updates straight into a channel
  • Birthday System — with per-server settings and reminders
  • Starboard — automatically highlight your community’s best messages
  • Sticky Nicknames — enforce a nickname format automatically
  • Profile Cards — customizable backgrounds and bios
  • Reworked Welcome System with auto-role support
  • Reworked Giveaway System with rerolls and better management

🧰 900+ New Utility Commands

Unit converters (length, weight, volume, temperature, data storage, time), hash generators (md5hash, sha256hash, sha512hash, …), text case converters, word/character counters, and dozens of everyday calculators — all in one place. Try /help to browse them all.

🌍 Under the Hood

  • Multi-language (i18n) support with server-level locale caching
  • Bot now runs on hybrid sharding for better stability at scale
  • Faster startup with cached guild settings, AFK records, and status data
  • No-prefix mode and premium perks for supporters

🙌 Special Thanks

A huge thank you to NoxlyDev and WUMXDEV™ for all the hard work put into this update, and to everyone who helped test the bot along the way — this release truly wouldn’t have been possible without you.


🔧 Full Technical Changelog

A detailed, engineering-level breakdown of everything that changed compared to the previous generation of the bot.

Rebranding & License

The project was completely forked and rebranded as Alya, now under a proprietary license (previously distributed under a permissive open-source license).

Architecture Overhaul

BeforeAfter
Single-process clientHybrid sharding cluster
Flat command/event foldersinteractions/commands/<Category>/, listeners/
No dedicated service layercore/services/ (action suite, AI orchestrator, dashboard API, memory store)
No data-access layerdata/accessors/ separated from models
No dashboard integrationFull dashboard API service syncing bot ↔ web dashboard in real time

Removed

The following systems from the previous generation were removed entirely to make room for the new direction: Economy, Casino, Family/Marriage system, Soundboard, mini-Games, Leveling, Radio, Custom Commands builder, Suggestions, Sticky Messages, Thanks system, Invite Tracker, legacy Reaction Roles, Notepad, Image/meme generation, auto-updating server-stat voice channels, Top.gg integration, and the Announcement system.

Added

  • Full Minecraft server integration (whitelist, balances, bans, kicks, broadcasts, network status, log/spark analysis)
  • Anti-Nuke system with configurable punishments and a trusted-user whitelist
  • Warn & Case management with a complete audit trail
  • Server verification with an application-based flow
  • Social feed integration (YouTube and more)
  • Birthday system with per-server settings
  • Richer profile card system (custom backgrounds, bio)
  • Sticky nicknames
  • No-prefix user mode and premium perks
  • Starboard
  • Multi-language (i18n) support with locale caching
  • Ratusan utility/calculator commands — unit conversion, hashing, text tooling
  • Dashboard API service with command-usage tracking and event history
  • AI orchestrator service layer

Reworked

  • Moderation — dedicated moderation-security, mod-log, and tempBanManager modules for more robust, auditable actions
  • AutoMod — migrated from manual spam/link filters to native Discord AutoMod API integration
  • Welcome system — new WelcomeV2, auto-role support, and a dedicated welcome workflow
  • Music — engine migrated to a more modern Lavalink-based stack
  • Giveaways — custom data models plus reroll/snowflake/list/delete management
  • Tickets — integrated with an applications system and dedicated setup/panel commands
  • Setup wizard — consolidated into a single guided workflow covering presence roles, welcome, logging, and more

Event/Listener System

All event handlers were flattened into individual files under listeners/, with new listeners added for audit log entries, guild integration updates, server verification, stage instances, and dedicated *ModLog listeners that automatically log channel/role/member changes to a moderation log channel.


Have feedback on this update? Join our support server  — we’d love to hear from you.

Last updated on