Releases: Spark-Core/Spark
Version 0.0.3 & 0.0.4
Because of the rebranding, we had to push 2 updates into one, 0.0.4 is just a minor update, making sure the update system updated properly.
New:
- In your startup file, you can now add:
developer: true
to start the system in developer mode. - Snippets (Small pieces of code which you can use throughout your commands & functions.
- Added system types for internal developement.
Updated / Fixed:
- The bot ignored every command when reloading functions.
- The bot chrashed on boot when having a function trying to override a (system defined) function.
- Cleaned up most files.
- First time using the system made it chrash. Because of a foldercheck happening before the folders were created.
Version 0.0.3 beta 2
Warning!
Beta builds are not tested enough by us to know if everything will work
Feel free to test the version, and report bugs if found.
We are not responsible for errors, bugs, corruptions, or any other damage to your device.
This build includes the following changes:
- Fixed some breaking issues:
- The bot chrashed on boot when having any function trying to override system functions.
- In your starting config, you can now add
developer: true
to instantly start in dev mode.
-- We need a lot of testing on this, every little bit helps.
-- Don't be affraid to open an issue if something is not working like it should. we are happy to help.
Use this command to install this beta version:
npm install easy-discord-bot@beta
Version 0.0.3 beta 1
Warning!
Beta builds are not tested enough by us to know if everything will work
Feel free to test the version, and report bugs if found.
We are not responsible for errors, bugs, corruptions, or any other damage to your device.
This build includes the following changes:
- Fixed some breaking issues:
- The bot ignored every command when reloading functions.
- The bot chrashed on boot when having a messagefunction trying to override a message functions.
-- We need a lot of testing on this, every little bit helps.
-- Don't be affraid to open an issue if something is not working like it should. we are happy to help.
Use this command to install this beta version:
npm install easy-discord-bot@beta
Update 0.0.3 beta 0
Warning!
Beta builds are not tested enough by us to know if everything will work
Feel free to test the version, and report bugs if found.
We are not responsible for errors, bugs, corruptions, or any other damage to your device.
This build includes the following changes:
- Snippets
- Added system types (useful for internal developement, shouldn't affect you guys much)
- Fixed a bug causing the process to chrash the first time it was used, second time was fine however.
- Cleaned internal files a bunch.
-- We need a lot of testing on this, every little bit helps.
-- Don't be affraid to open an issue if something is not working like it should. we are happy to help.
Use this command to install this beta version:
npm install easy-discord-bot@beta
Version 0.0.2
New release !
New in this version:
- Message / Boot functions
- Reloading functions
- Developer is now linked to client, to make it easier to see / change if the user is a dev.
- Better promise detection for functions / commands
For instructions on how to install this version read the readme
Note:
Please don't use the "source code" you can download on this page.
Install using the instructions of the readme.
Note:
Once this version becomes outdated, but you still want to install it, use the following command:
npm install [email protected]
V0.0.2 Beta 4
Warning!
Beta builds are not tested enough by us to know if everything will work
Feel free to test the version, and report bugs if found.
We are not responsible for errors, bugs, corruptions, or any other damage to your device.
This build includes the following changes:
- Reload command now support functions (message & boot)
-- We need a lot of testing on this, every little bit helps.
-- Don't be affraid to open an issue if something is not working like it should. we are happy to help.
Use this command to install this beta version:
npm install easy-discord-bot@beta
V0.0.2 Beta 3
Warning!
Beta builds are not tested enough by us to know if everything will work
Feel free to test the version, and report bugs if found.
We are not responsible for errors, bugs, corruptions, or any other damage to your device.
This build includes the following changes:
- boot functions
- interval / delayed boot functions
- Message functions will now actually stop a command from executing when returning
true, a number or a string
, promises resolving that will also stop the command from exectuting.
-- We need a lot of testing on this, every little bit helps.
-- Don't be affraid to open an issue if something is not working like it should. we are happy to help.
Use this command to install this beta version:
npm install easy-discord-bot@beta
V0.0.2 Beta 2
Warning!
Beta builds are not tested enough by us to know if everything will work
Feel free to test the version, and report bugs if found.
We are not responsible for errors, bugs, corruptions, or any other damage to your device.
This build includes the following changes:
- Added message functions, see the /functions/messages/permissioncheck.js for more info.
-- We need a lot of testing on this, every little bit helps.
-- Don't be affraid to open an issue if something is not working like it should. we are happy to help.
Use this command to install this beta version:
npm install easy-discord-bot@beta
V0.0.2 Beta 0
Warning!
Beta builds are not tested enough by us to know if everything will work
Feel free to test the version, and report bugs if found.
We are not responsible for errors, bugs, corruptions, or any other damage to your device.
This build includes the following changes:
- Added
createcommand
command.
Generates a command file for you to use. - Better error messages if a command doesn't work correctly.
- Fixed a critical bug where a typo in reload commands caused the bot's code to clear all commands internally. A total restart was needed to fix this issue.
- Fixed bug where files with one alias prevented loading commands.
- Made update warnings a thing. ( Thanks @cZollo )
- Split loaddata up into it's own files, to make ready for extra functions.
- Included banned characters to make sure createcommand can't make files that aren't supported by the filesystem. (/<>|*:)
Use this command to install this beta version:
npm install easy-discord-bot@beta
Update 0.0.1
First release!
- Added command loader, that accept custom EDB command files, or Komada's command files once converted.
- Included out of the box: "ping", "reload" and "reboot"
Note:
Reboot only works when used with a process manager that restarts the process once stopped.
We recommend pm2
For instructions on how to install this version read the readme
Note:
Please don't use the "source code" you can download on this page.
Install using the instructions of the readme.
Note:
Once this version becomes outdated, but you still want to install it, use the following command:
npm install [email protected]