Skip to content

Releases: AGuyNamedJens/FactorioChatBot

Stable 0.0.8-hotfix

28 Dec 19:30
Compare
Choose a tag to compare

This release includes a fix that prevents mentions such as @everyone from actually mentioning them.

Stable 0.0.8 - Fix and updates

06 Oct 12:33
Compare
Choose a tag to compare

FOR THIS RELEASE YOU NEED TO UPDATE NODE.JS, NPM AND NPM PACKAGES!

Please replace bot.js, package.json, package-lock.json in your current bot folder!

These 3 files have changed in this release. The rest is not necessary to be replaced. You do not have to replace the config file.

This update includes a critical bug in the bot, including minimum version requirement updates

To update Node.js, view the Install Guide (Updated the version in the install guide).
To update NPM, run npm i -g npm. (might need sudo on linux)
To update NPM Packages, run npm i in your bot's folder.

Thank you for using FactorioChatBot! Make sure to report bugs in the issues, or the Discord

Stable 0.0.7 - New command & fixes

13 Feb 21:01
Compare
Choose a tag to compare

Another update, another list of changes. This time it's a release which includes new functions!
NOTICE: the config example has been edited! You must add the new prefix to your config if you update from 0.0.6!

  • added prefix to config for discord commands
  • Turned logfile clearing into a function
  • first new command to check online players and their names. DEFAULT COMMAND: ?online
  • function to check online players
  • command to make new commands easier with responses
    fixed wrong color with joining without cleanMessages true
  • Fixed space in comment
  • Removed function I thought was going to be needed
  • Removed README.md and EXAMPLES.md from the compressed file, Why did I ever add these?

0.0.7-beta

13 Feb 15:02
Compare
Choose a tag to compare
0.0.7-beta Pre-release
Pre-release

Another update, another list of changes. This time it's an experimental release which includes new functions

  • NOTICE: the config example has been edited! You must add the new prefix to your config if you update!
  • added prefix to config for discord commands
  • Turned logfile clearing into a function
  • first new command to check online players and their names
  • function to check online players
  • command to make new commands easier with responses
    fixed wrong color with joining without cleanMessages true
  • Fixed space in comment
  • Removed function I thought was going to be needed
  • Removed README.md and EXAMPLES.md from the compressed file, Why did I ever add these?

Stable 0.0.6

11 Feb 19:46
Compare
Choose a tag to compare

Fixes issues in 0.0.5

  • Turning values to false now makes them actually behave as false
  • Colors are now supported for the other send methods

NOTICE: the config example has been edited! You must remove the strings on the booleans if you had a previous release!