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 | /addExample https://example.com/ |
/remove | Remove a link | /removeExample https://example.com/ |
/selection | Creates a selection pannel | /selectionLinks! |
/list | Lists all links of the type | /listExample |
/reset | Resets the limits | /reset@Cohen#9959 |
/limit | Chaanges the limit | /limit5 |
The simplest way to get started is to invite the bot to your server. Thats it!
https://discord.com/api/oauth2/authorize?client_id=970138334858985512&permissions=2048&scope=bot%20applications.commands
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.