Skip to content

Releases: botblock/BLAPI

2.0.0 support internal sharding

Choose a tag to compare

@maybeanerd maybeanerd released this 12 Jun 15:57
19662dc

BREAKING

  • drops support for discord.js < v12 on handle

Added

  • adds support for discord.js internal sharding on handle

return responses on manualPost

Choose a tag to compare

@maybeanerd maybeanerd released this 03 Jun 15:01
a941fc3
  • added responses from the APIs to manual post

type fix manualPost

Choose a tag to compare

@maybeanerd maybeanerd released this 29 May 21:47
  • fixes the input parameter types for manualPost to allow optional parameters (as was intended)

fix top.gg support on manual post

Choose a tag to compare

@maybeanerd maybeanerd released this 11 May 11:58

library:

  • fix top.gg on manual post thanks to @BennyDiscord

repository in general:

  • update dev-dependencies
  • update node CI to also lint

Typescript Compilation Fixes

Choose a tag to compare

@maybeanerd maybeanerd released this 26 Mar 12:59
  • fixes issues Typescript bots had when compiling. Types are now inline, which makes the library work for traditional JS as well as TS
  • remove unused files from the published code ( only publish dist/ )
  • removes gpr publish github action as it does not work anyways

1.3.0 - add legacy ID support

Choose a tag to compare

@maybeanerd maybeanerd released this 05 Mar 23:01
f6d32a2
  • add legacy ID support
  • fix things like posting to botblock
  • update default data
  • clean up code

1.2.12 - fix JS issue for good

Choose a tag to compare

@maybeanerd maybeanerd released this 05 Mar 21:35
  • declare types globally. this should ensure JS can't try to import random stuff

1.2.11 - fix JS use

Choose a tag to compare

@maybeanerd maybeanerd released this 05 Mar 21:21
  • fix javascript trying to import our type as module

1.2.10 - actually released to npm

Choose a tag to compare

@maybeanerd maybeanerd released this 03 Mar 21:00

forgot to update the version in the package

1.2.10 - linting

Choose a tag to compare

@maybeanerd maybeanerd released this 03 Mar 20:57
  • cleans up code
  • removes an unneeded class