Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

0.21.1 Release (Mostly Bugfixes, some new stuff though)

Latest
Compare
Choose a tag to compare
@UnseenFaith UnseenFaith released this 09 Oct 16:18
· 2 commits to stable since this release

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