mirror of
https://github.com/JonasunderscoreJones/PinBoardBot.git
synced 2025-10-22 17:59:17 +02:00
Readme enhancmets
This commit is contained in:
parent
8e9e91acfa
commit
ec2e1669eb
1 changed files with 26 additions and 1 deletions
27
README.md
27
README.md
|
@ -1,2 +1,27 @@
|
|||
# PinBoardBot
|
||||
A discord bot that sends messages that you want to pin in a dedicated channel to avoid the pinned-messages limit per text-channel
|
||||
A discord bot that aims to replace the discord built-in pin function as it is limited to 50 pins per channel.
|
||||
|
||||
|
||||
**Known issue:** attachments such as pictures that were originally uploaded by the user cannot be pinned. *I'm working on a fix*
|
||||
|
||||
|
||||
## Setup
|
||||
1. clone the repository:
|
||||
|
||||
```
|
||||
git clone https://github.com/J-onasJones/PinBoardBot.git
|
||||
```
|
||||
2. cd into the repository folder
|
||||
```
|
||||
cd PinBoardBot
|
||||
```
|
||||
3. go to the [discord developer portal](https://discord.com/developers/) and create a new application and bot.
|
||||
4. paste the bot token and channel id for your "pins" text channel in the `config.json` file.
|
||||
5. Invite your newly created bot onto the server with the following link (replace `CLIENT_ID` with the client ID of your application):
|
||||
```
|
||||
https://discord.com/oauth2/authorize?client_id=CLIENT_IDscope=bot
|
||||
```
|
||||
6. run the following command to start the bot (npm must be installed)
|
||||
```
|
||||
npm start
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue