A discord bot to dispense/manage links. V2 supports logging, better history, better command & component handling.
-
Clone the repository:
git clone https://github.com/ShadowDevLabs/DispenserV2.git
-
Navigate to the project folder:
cd Dispenser -
Install dependencies:
npm install
- 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 = -
Start the bot:
node bot
And You're Done. Your server's links will be handled with great care with this Dispenser!