# Updates
- Moved the configuration to config/config.js while maintaining backward compatibility from config.js.
- Created config/messages.js to house configurable text strings in Spanish.
- Centralized console messages related to startup, database operations, commands, and global errors.
- Centralized text strings for setup procedures, permissions, and moderation validations.
- Centralized security-related messages for anti-link, anti-spam, anti-flood, member joins, and audit raid features.
- Updated the setup, setlog, and clear commands to utilize shared message strings.
- Centralized the messages for all remaining moderation commands (ban, kick, timeout, warns, voice, etc.).
- Centralized titles and labels for moderation logs to eliminate hardcoded text within command files.
- Migrated all the texts to config/messages.js.
- Added new dynamic keys to messages.js to support responses containing variables (e.g., user, case ID, channel, counts).
- Implemented error validation checks.
