This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
[0.0.1-alpha.4] - 2024-03-12
Pre-release
Pre-release
nashiradeer
released this
12 Mar 13:52
·
61 commits
to main
since this release
Added
- Create a link from ES-419 (LATAM) to ES-ES.
- Create a message handler to roll dices.
- Create a roll engine.
- Create a roll syntax parser.
- Create '/about' command.
- Create '/roll' command.
- New default 'builtin-language' feature to include 'assets/langs/en-US.json' in the binary as default language.
- New config parser.
- Old component message auto remover.
Changed
- Decrease update_voice_server and update_voice_state logs spamming, ignoring them when nothing has been occurred.
- Replace internal i18n with 'hydrogen-i18n'.
- Resume when Player::play() is called when Lavalink is playing nothing.
- New command register and handler.
- New component handler.
Fixed
- Change from '\d' to '[0-9]' to avoid Regex match non-ASCII digits.