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 |