Another release approximately one month later.
0.21.1 is now on NPM and features one new feature.
We've moved from using Chalk and made our own Console logger, not only that, we've upgraded our loaders so now if you have a src/index.js You'll be able to do node src/index.js and it will load everything normally within the src folder!
No longer will you need to use console.log or client.emit("log". Now you can do everything you have to do with client.console.log(type, stuff). More information about it here: https://komada.js.org/KomadaConsole.html
Also, Discord.JS is no longer a direct dependency. This means you will have to install the master branch of discord.js yourself.
Apart from that, I'll leave you to enjoy the short changelog for this release: https://github.com/dirigeants/komada/blob/stable/CHANGELOG.md