Skip to content

Releases: NebulaServices/Dispenser

v3.0 - Dispenser 3 is here!

15 Jul 04:24
c8167ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.2...v3.0.0

v2.3.2 [HOTFIX]

14 Nov 05:19
Compare
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
Compare
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
Compare
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