Skip to content

Releases: botblock/BLAPI

Fix type issues

Choose a tag to compare

@maybeanerd maybeanerd released this 01 Dec 21:04
1e92a60
  • fixed discord.js type dependency
  • cleaned up code a bit using new eslint x TS definitions

logging bug fix

Choose a tag to compare

@maybeanerd maybeanerd released this 24 Nov 19:59
5f0ca01
  • fixes an issue where information was logged even without extended logging activated. Also awaited it correctly.

Final github actions fix

Choose a tag to compare

@maybeanerd maybeanerd released this 06 Oct 12:32
  • this correctly published the package to npm and github packages

Typescript rewrite

Choose a tag to compare

@maybeanerd maybeanerd released this 05 Oct 23:09
  • 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

Choose a tag to compare

@maybeanerd maybeanerd released this 26 Jul 21:14
  • 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

Choose a tag to compare

@maybeanerd maybeanerd released this 27 Mar 16:48
  • applied some optimizations and fixes added by gleeny
  • should fix wrong behaviour with sharded bots that use blapi on every shard

small fix

Choose a tag to compare

@maybeanerd maybeanerd released this 09 Mar 16:49
  • changed how json objects were created, resulting in errors in some cases

Small adjustments

Choose a tag to compare

@maybeanerd maybeanerd released this 02 Feb 14:34
  • added a few adjustments to the fallback data and readme
  • added deepscan.io

full release

Choose a tag to compare

@maybeanerd maybeanerd released this 11 Jan 23:36

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

Choose a tag to compare

@maybeanerd maybeanerd released this 13 Oct 10:18
  • added internal sharding via d.js
  • some bug fixes