# Update: Languages System & Addons Platform
We're excited to announce a major update for Bot DC Premium: a powerful, user-friendly Languages System paired with a modular Addons Platform — designed to make localization and feature expansion effortless for server owners and developers.
## Highlights
- Seamless Multilingual Support: Per-user language settings, runtime translation injection (
interaction.t()), and an automatic translator that loads YAML files fromlanguages/. Add new languages by dropping aCODENAME.ymlfile into the folder — the system parses and serves translations instantly.- Dynamic Embed Translation: Use
interaction.translateEmbed()to localize full embeds (title, description, fields) with variable interpolation like{user}and{server}.- Graceful Fallbacks: Spanish (
ES.yml) is the default shipping language; additional languages fall back to defaults when keys are missing.
## Addons Platform
- Plug & Play Addons: Drop an addon folder into
src/commands/addons/and restart — the bot auto-discovers commands and events. Each addon is isolated in its own folder and follows the simple structure: a main<name>.jsfile, optionalevents/, and optionalutils/.- Auto-registered Events: Event files inside an addon's
events/folder are imported and registered automatically, allowing addons to react to Discord.js events without modifying core code.- Safe & Modular: Addons don't require changes to
index.jsorconfig.json. Rename, move, or remove folders to enable/disable addons instantly.- Command Localization: Addon command names and descriptions can use the translator at load time, so localized command metadata appears in Discord.
## Distribution & Licensing (Important)
- The base package includes the Spanish translations file
ES.ymlby default.- All other translation files (e.g.,
EN.yml,PT.yml, etc.) are distributed separately and are not included in the core package.- Translation packs are sold in bundles of two languages per package (e.g., EN+EN_GB, PT+FR).
- Addons are sold individually — each addon is a separate purchase and delivered as its own folder package.
## Get the Update
Official addons and language packs are available at BuiltByBit. Explore and purchase official releases from Revers Studio here:
https://builtbybit.com/members/revers-studio.487208/
If you want any changes to this announcement copy (tone, length, or specific selling points), tell me and I'll tailor it for the BuiltByBit listing.
