Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 791 Bytes

File metadata and controls

49 lines (35 loc) · 791 Bytes

DispenserV2

A discord bot to dispense/manage links. V2 supports logging, better history, better command & component handling.

Installation

  1. Clone the repository:

    git clone https://github.com/ShadowDevLabs/DispenserV2.git
  2. Navigate to the project folder:

    cd Dispenser
  3. Install dependencies:

    npm install

Configuration

  1. Create a .env file (follow the example.env)
// Config
ADMIN_ROLE = 
LOG_WEBHOOK_URL = 
REPORT_CHANNEL= 

// Discord Bot Information
DISCORD_TOKEN = 
DISCORD_APPLICATION_ID= 
GUILD_ID = 

// DB Info
MONGODB_URI = 

Running the Bot

  1. Start the bot:

    node bot

And You're Done. Your server's links will be handled with great care with this Dispenser!