Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radon-games/link-bot
A highly customizable discord bot for distributing links.
https://github.com/radon-games/link-bot
discord discord-bot discord-js discord-js-v13 discord-js-v14 discordjs djs djs-v14 topgg
Last synced: 14 days ago
JSON representation
A highly customizable discord bot for distributing links.
- Host: GitHub
- URL: https://github.com/radon-games/link-bot
- Owner: Radon-Games
- Archived: true
- Created: 2022-05-01T03:41:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T19:30:05.000Z (over 2 years ago)
- Last Synced: 2024-09-29T09:03:55.545Z (4 months ago)
- Topics: discord, discord-bot, discord-js, discord-js-v13, discord-js-v14, discordjs, djs, djs-v14, topgg
- Language: JavaScript
- Homepage: https://top.gg/bot/970138334858985512
- Size: 87.9 KB
- Stars: 5
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Link Bot
A customizable discord bot for distributing links.
# Features
- 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# Commands
| 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` |# Getting Started
## Invite
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
## Self-hosting
If you want to host the bot yourself, you can follow the steps below.
### Cloning
```bash
$ git clone https://github.com/Radon-Games/Link-Bot
$ cd Link-Bot
$ npm install
```### Configuration
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
```### Starting
```bash
$ npm start
```