A customizable discord bot for distributing links.
- Adding and removing links
- No Duplicate Links
- Link categories
- View links by category
- Customizable embeds
- Customizable limits
- Reset limits by user or for the entire server
Command | Description | Example |
---|---|---|
/add | Add a link | /add Example https://example.com/ |
/remove | Remove a link | /remove Example https://example.com/ |
/selection | Creates a selection pannel | /selection Links! |
/list | Lists all links of the type | /list Example |
/reset | Resets the limits | /reset @Cohen#9959 |
/limit | Chaanges the limit | /limit 5 |
The simplest way to get started is to invite the bot to your server. Thats it!
If you want to host the bot yourself, you can follow the steps below.
$ git clone https://github.com/Radon-Games/Link-Bot
$ cd Link-Bot
$ npm install
To finish the setup of Link Bot, you will need to supply a bot token. Create a file called .env
in the root directory of the bot and add follow the template below.
TOKEN=your-bot-token
$ npm start