This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
Version 3.0.0
3.0.0 (2022-05-28)
Full Changelog: 2.4.0...3.0.0 (#753) [c3b4b56
]
Features
- Added support to retrieve custom audio file URL in YT-DLP stream strategy [
e7a687b
] by @Mednoob - Added
data.json
file as a JSON database for Rawon [893bed1
] by @Mednoob - Added DJ Command (to enable and set DJ role) [
49eafe9
] by @Mednoob - Added Set Mute Command (to set muted role) [
a85589a
] by @Mednoob - Added Moderation Logs feature [
4358879
] by @Mednoob - Added Railway support (#765) [
8a10aa8
] by @Tiramitzu
For developers
- Added Debug Mode for logging queue changes, raw event data, request log, etc. to the console [
a2249d3
] by @Mednoob - Added support for evaluating code in triple backticks code block in Eval Command [
8a332fc
] by @Mednoob
Bug Fixes
- Fixed Spotify issue where loading playlist with more than 100 songs will result in "No song data" [
f1e4160
] by @noxzym - Fixed player issue where the volume changes to 100 again after song change [
a680b13
] by @Mednoob - Fixed infinity thinking when selecting music from select menu [
410e391
] by @noxzym
Unified Changes
- ENV options with multiple values (activity list, guilds, etc) changed form from JSON array to a string, values separated with comma and semicolon [
775fac8
] by @Mednoob - All localizations (en, id, es) have been synchronized each other (#943) (#944) [
9925710
] [e4ca6ff
] [db60bac
] by @Mednoob @mzrtamp @lxndr-rl @21Z - Windows and MacOS users don't need Python to use YT-DLP stream strategy [
c65d96e
] by @Mednoob - Removed DJ and Mute role name option from
.env
[8bed1d2
] [9c9197b
] by @Mednoob
For developers
- Rawon now uses ES (EcmaScript) Module, so you might want to change your eval codes from
require
toimport
(async) by @Mednoob - Replace
String.prototype.substr
withString.prototype.slice
(#838) [fad2323
] by @CommanderRoot - DEVS env options have been moved to
dev.env
file [bc28b75
] by @Mednoob - Improved embeds on some commands, changed one-line codes to multi-line, major tidy-up. And total developers's community rebranding (welcome Clytage) by @mzrtamp