Changes:
No need to update the addons, only build/core and package.json
- Switched from sqlite3 to vscode/sqlite3 because sqlite3 is not maintained anymore
Changes:
No need to update the addons, only package.json
- Downgrade sqlite3 to 5.1.7 to avoid issues from the library.
Changes:
No need to update the addons, only build/core folder and package.json
- Added support of the new modal components: Checkbox, RadioGroup, CheckboxGroup
- You have everything in the documentation and the modal builder on the docs is already updated.
- Remove the component name from the modal variables to be shorter and simpler.
[[modal_text_input_<custom-id>]]->[[modal_<custom-id>]]- You can now add a package.json inside your addon to install dependencies automatically.
- Improvement of the sqlite locked database.
- Increase the max listeners of the engine emitter.
The wiki was totally reworked, now directly including the message builder & scripts library. The modal builder was also added!
Changes:
Only update addons that have leaderboard (InviteTracker) & build/core folder and package.json
- SelectMenu now supports placeholders inside custom-id & placeholder
- Added %role_member_count% placeholder
- New showModal action for scripting
- New modalSubmit & selectMenuSubmit triggers for scripting
- Improved VoiceLeave & VoiceJoin event
- Database now uses the configured port from the configuration
- Events.SelectMenu renamed to Events.SelectMenuSubmit
- All interaction components (button, select menu, modal) now support args in custom id for scripting, allowing to put information in the custom-id and retrieve it with placeholders
- Reworked the leaderboard structures
- Added leaderboard expansion, with a lot of placeholders for each leaderboard
- You can now create leaderboards from meta
- Improved Script config validation to not allow message args when not required
- Fixed owner expansion not parsing correctly
- Fixed null error with messageDelete event
- Fixed meta message not using the right translation key
- Fixed missing validation for tags inside createThread action
Changes:
No need to update the addons, only build/core folder and package.json
- Meta now reload before scripts to avoid error
- Added new trigger:
messageDelete- Fix missing
[[button_custom_id]]variable inside buttonClick trigger- Fix oldMessage content placeholder processing
- Replace glob package with fs.promises.glob and refactor
- Remove filter from config folder copy and fix formatting
- Added new variables for custom commands option
Changes:
No need to update the addons, only build/core folder and package.json
- Fixing conditions isExpressionTrure when a boolean is directly used
