Releases

Stay updated on the Spark framework releases

Version 0.1 latest release

Do not use beta versions in production software, as they can be unstable. Use a stable version instead.


New in this update:

  • [643de2e] It's now possible to pass clientOptions through the client.
  • [8517a96] Created a default about command for information about spark and the bot.
  • [8235ea3] Created disable feature to deactivate desired parts of the framework.
  • [085a331] Created event loader.
  • [9afd78] Added warning if Node version was <=8 .
  • [4e3239] Added way to add custom fields to built-in help command.

Improved in this update:

  • [68f3510] Changed framework to a Class based framework!
  • [e4797bd] Renamed Message Function to Observer.
  • [c2a49d4] Renamed Boot Function to Engine.
  • [877b9be] Renamed disabledChannels(string) to allowDms(boolean).
  • [2f70ca8] Added ignoreBots to customConfigs.
  • [e13888] Fixed about command bug where the fields keep adding up.
  • [34aff8] Prefixes are now properly stored for custom configs.
  • [53580a] Update notices have improved.
  • [15c262] Help command now supports more then 25 commands.
  • [3cd2b8] Removed custom config prefix bug.
  • [542c09] Fixed a bug where observers sometimes wouldn't get triggered.

To install:

npm install sparkbots

Documentation for this version Github release notes

Version 0.0.6 Outdated release

This is an outdated version. Consider using the latest release in order to take advantage of the latest features.


New in this update:

  • [dfc380a] Permission system that makes editing permissions easier.
  • [4540f43] You can now choose if the bot ignores other bots in messagefunctions or commands.
  • [068f782] Created disable feature to deactivate desired parts of the framework.

Improved in this update:

  • [933d0d2] Custom config broke when removed, which is now fixed.
  • [f43bff4] Spaces in a prefix is no longer accepted.
  • [ddd7e57] Level export is now created on default when using createcommand.

To install:

npm install [email protected]

Documentation for this version

Important

Looking for older release info? Take a look at our Github releases page.