Releases: NebulaServices/Dispenser
Releases · NebulaServices/Dispenser
v3.0 - Dispenser 3 is here!
What's Changed
- Complete rewrite & several added features by @Joey0980 in #18
- Bump sequelize from 6.20.1 to 6.29.0 by @dependabot in #9
- Bump undici from 5.10.0 to 5.20.0 by @dependabot in #10
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #11
- [Snyk] Upgrade dotenv from 16.0.1 to 16.0.3 by @GreenyDEV in #16
- [Snyk] Upgrade dotenv from 16.0.3 to 16.1.4 by @GreenyDEV in #19
- [Snyk] Upgrade dotenv from 16.1.4 to 16.3.0 by @GreenyDEV in #20
New Contributors
- @GreenyDEV made their first contribution in #16
- @Joey0980 made their first contribution in #18
Full Changelog: 2.3.2...v3.0.0
v2.3.2 [HOTFIX]
WARNING: This release is outdated and no longer supported. We recommend you receive the new package by downloading the latest source code.
This is a maintenance release. No new features are added or removed
What's Changed
- add and remove commands now require input
v2.3.1
What's Changed
- You can now reset individual users, should you need to. The command to reset all users has been moved to /reset-all.
- The "you have been added to the database" message has been removed
- Slight documentation changes
- Switch from config JSON to environment variables (this is what needs to be reconfigured)
The boring stuff
- Bump undici from 5.4.0 to 5.5.1 by @dependabot in #2
- Bump undici from 5.5.1 to 5.8.0 by @dependabot in #4
- Bump moment from 2.29.3 to 2.29.4 by @dependabot in #5
- 2.3 by @joebobbio and @Joey0980 in #6
- 2.3.1 by @joebobbio in #7
This is a major update and will require some reconfiguration. The wiki will be updated to reflect it sometime soon.
New Contributors
- @dependabot made their first contribution in #2
- @Joey0980 made their first contribution in #6
Full Changelog: v2.0...2.3.1
Dispenser v2.0
Features
- Easy administration
- Domain reporting
- Easy configuration
- Fast
Installation
Clone the repository and install dependencies
git clone https://github.com/NebulaServices/Dispenser.git
cd Dispenser
npm i
mv config-example.json config.json
Fill out the newly created config.json
to your needs.
Starting the bot
npm start
Commands
Command | Description | Usage |
---|---|---|
/add | Add a link to the Database | /add example.com <-- do not include https:// |
/remove | Remove a link from the Database | /remove example.com |
/panel | Creates a panel of buttons to click for the links! | /panel |
/list | Lists all domains stored in the Database | /list |
/reset | Resets all users in the database | /reset |