Skip to content

Releases: AstroGD/discord-accept-rules-bot

April 2020 Security updates

11 Apr 13:30
a212416
Compare
Choose a tag to compare

V2.2.0

Released: 11.04.2021

New

📝 Add changelog.md

Changes

♻️ Refactor software version checks to simplify update notifications
📝 Update Readme for the separation of no longer supported mainframe

Dependency updates

⬆️ discord.js to 12.5.3
⬆️ follow-redirects to 1.13.3

Feb 2021 Security patches

03 Feb 10:22
4410919
Compare
Choose a tag to compare

Version 2.1.4 has been released

This release does not introduce any new features but is a release to ensure stability and security.

Dependency updates

⬆️ Updated follow-redirects to 1.13.2
⬆️ Updated fs-extra to 9.1.0

Version updates

🔖 Bumped version to 2.1.4

Bugfixes for Custom Emojis and version check

09 Dec 18:09
bbbc70b
Compare
Choose a tag to compare

V2.1.3 has released!

Bugfixes

🐛 Fixed a bug where package.tools wouldn't log anything into the console
🐛 When using a custom emoji the bot would not give the specified role on reaction Fixes #1

Other

🔖 Bumped version to 2.1.3
🔖 Bumped tools version to 2.0.3
🔖 Bumped Accept Rules module to 2.1.2

How to update

To update just download this release and copy its content to your programs location. If you want to keep your existing config and database don't overwrite the folders "db" and "config". This release is 100% compatible with older config files.

Have you found a bug?

Don't hesitate to create a bug report so that I can fix it in the next update!

Update package.tools

26 Nov 09:10
56d9c48
Compare
Choose a tag to compare

V2.1.2 has released!

Because this fix is so quickly released after 2.1.0 and 2.1.1 the changelogs from 2.1.0 and 2.1.1 are merged with the changes in this release

New

✨ Added new command /getEmoji [Emoji]
✨ Added Config versioncheck to adjust config automatically

Config changes

🔧 discord-accept-rules-bot.json now has new options

Bugfixes

🐛 When getting an update notification the new available version was displayed wrong
🐛 Fixed a bug in package.tools where the bot would crash if the package was checked for a newer version

Updates

⬆️ Bumped Discord.js to 12.5.1

Other

📝 Updated Readme
🔖 Bumped version to 2.1.1
🔖 Bumped tools version to 2.0.1

Updating from previous versions

If you are updating from V1 - Please read "Updating from V1" in this projects Readme.md

If you are updating from any other version make sure to run npm install after copying all new files.
When starting the bot for the first time after this update your existing config will be automatically updated to contain the new parameters. Make sure to check them out ^^

To update just download this release and copy its content to your programs location. If you want to keep your existing config and database don't overwrite the folders "db" and "config". This release is 100% compatible with older config files.

Fix update notification

26 Nov 09:02
8f82c09
Compare
Choose a tag to compare

V2.1.1 has released!

Because this fix is so quickly released after 2.1.0 the changelog from 2.1.0 is merged with the changes in this release

New

✨ Added new command /getEmoji [Emoji]
✨ Added Config versioncheck to adjust config automatically

Config changes

🔧 discord-accept-rules-bot.json now has new options

Bugfixes

🐛 When getting an update notification the new available version was displayed wrong

Updates

⬆️ Bumped Discord.js to 12.5.1

Other

📝 Updated Readme
🔖 Bumped version to 2.1.1
🔖 Bumped tools version to 2.0.1

Updating from previous versions

If you are updating from V1 - Please read "Updating from V1" in this projects Readme.md

If you are updating from any other version make sure to run npm install after copying all new files.
When starting the bot for the first time after this update your existing config will be automatically updated to contain the new parameters. Make sure to check them out ^^

To update just download this release and copy its content to your programs location. If you want to keep your existing config and database don't overwrite the folders "db" and "config". This release is 100% compatible with older config files.

Custom Emoji Support

26 Nov 08:48
6acacdc
Compare
Choose a tag to compare

V2.1.0 has released!

New

✨ Added new command /getEmoji [Emoji]
✨ Added Config versioncheck to adjust config automatically

Config changes

🔧 discord-accept-rules-bot.json now has new options

Updates

⬆️ Bumped Discord.js to 12.5.1

Other

📝 Updated Readme
🔖 Bumped version to 2.1.0

Updating from previous versions

If you are updating from V1 - Please read "Updating from V1" in this projects Readme.md

If you are updating from any other version make sure to run npm install after copying all new files.
When starting the bot for the first time after this update your existing config will be automatically updated to contain the new parameters. Make sure to check them out ^^

To update just download this release and copy its content to your programs location. If you want to keep your existing config and database don't overwrite the folders "db" and "config". This release is 100% compatible with older config files.

V2.0.0 Revival of an old project

24 Nov 20:49
d22df86
Compare
Choose a tag to compare

V2.0.0 got released

I'm happy to announce that my Accept Rules Bot is back in business!
After two years of silence I got contacted that someone is still using this bot - And now it's back.

This release introduces some breaking changes so make sure to re-read the Readme.md and follow the steps described in Updating from V1

If you are having trouble installing or updating my bot feel free to reach out - You can find details at the end of the Readme.md.

Changelog

  • 💥 BREAKING: Bot now REQUIRES Server Members intent!

  • 💥 BREAKING: Bot now REQUIRES NodeJS 12 or higher!

  • 🐛 Fixed old code to work with new Discord.JS version

  • ✨ New command checkVersion

  • ✨ On Startup and every 60 Minutes the Bot checks if there is an update available

  • 📝 Updated Readme.md

  • ⬆️ Upgrade Dependencies

  • ➕ Added follow-redirects for version check

  • 🔖 Version 2.0.0

Bugfix Timeout Function

27 Apr 11:17
1a83072
Compare
Choose a tag to compare

This update only releases a bugfix. Updating is recommended and can be required for the program to work properly.

Summary of all changes

fix: Timeout function

In 1.1.0 a timeout function was implemented with a bug that prevented it from working. Earlier versions are not affected.

Note: This repository is no longer actively maintained. Vulnerabilities in the code or dependencies are not observed and may not be fixed. If you want you are free to create a pull-request if you tested the code with a newer version and want to update the package.json.

If you have any questions feel free to contact me, I'm happy to help.

Timeout Update

26 Apr 21:03
ac21955
Compare
Choose a tag to compare

Timeout update

This update releases a new feature and a documentation enhancement. This update does not affect the module only branch as the discord-bot-mainframe is no longer maintained. Please use only master branch releases.

Note: This repository is no longer actively maintained. Vulnerabilities in the code or dependencies are not observed and may not be fixed. If you want you are free to create a pull-request if you tested the code with a newer version and want to update the package.json.

If you have any questions feel free to contact me, I'm happy to help.

Summary of all changes

feat: optional timeout before verifying

discord-accept-rules-bot now allows a timeout to be configured that waits between the reaction being clicked and the role given to the user. By default this feature is deactivated but can be changed in the modules config (discord-accept-rules.json)

docs: update Readme

The repositorys readme was updated to provided a more detailed instruction on how to install the program.

Mainframe V1.0.1 + Discord Accept Rules Bot V1.0.0

15 Jul 19:16
600249a
Compare
Choose a tag to compare

This is V1.0.0 of Discord Accept Rules Module already installed to my Mainframe Bot.
If you want the module only, download the latest version with "module" prefix (Example: module-1.0.0)

For installation Instructions view README.md inside the Source Code

If you have any Questions, feel free to contact me:

Twitter: @astrogd

Instagram: @astrogd.eu

Email: support@astrogd.eu

Discord: AstroGD#3416 Discord Server