Skip to content

Releases: NebulaServices/Dispenser

v3.0 - Dispenser 3 is here!

15 Jul 04:24
c8167ab

Choose a tag to compare

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]

14 Nov 05:19

Choose a tag to compare

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

30 Aug 00:37
d13c784

Choose a tag to compare

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

This is a major update and will require some reconfiguration. The wiki will be updated to reflect it sometime soon.

New Contributors

Full Changelog: v2.0...2.3.1

Dispenser v2.0

13 Jun 14:43
4830365

Choose a tag to compare

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