Releases: botblock/BLAPI
Releases · botblock/BLAPI
Fix type issues
- fixed discord.js type dependency
- cleaned up code a bit using new eslint x TS definitions
logging bug fix
- fixes an issue where information was logged even without extended logging activated. Also awaited it correctly.
Final github actions fix
- this correctly published the package to npm and github packages
Typescript rewrite
- rewrote using Typescript, which adds typing to the module
- started using node-fetch for better error handling and general stability
- temporarily removed d.js internal sharding, as their official types do not support it the way we used to handle it
move to botblock
- this release moved BLAPI to the organization botblock
- it also added some fixes to manual posting, as e.g. URLs starting with "api." made problems
fixed sharding issues
- applied some optimizations and fixes added by gleeny
- should fix wrong behaviour with sharded bots that use blapi on every shard
small fix
- changed how json objects were created, resulting in errors in some cases
Small adjustments
- added a few adjustments to the fallback data and readme
- added deepscan.io
full release
After a long time of fixing weird bugs that were mostly due to dbl fcking with us, it is finally done:
BLAPI fully supports non-sharded, sharded and internally sharded bots via automatic posts and manually called posts, both to botblock and completely handled within BLAPI itself.
added d.js internal sharding support
- added internal sharding via d.js
- some bug fixes