mirror of
https://github.com/JonasunderscoreJones/PinBoardBot.git
synced 2025-10-23 01:59:18 +02:00
Merge branch 'main' of https://github.com/J-onasJones/PinBoardBot
This commit is contained in:
commit
afaece95cc
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
||||||
# PinBoardBot
|
# PinBoardBot
|
||||||
A discord bot that aims to replace the discord built-in pin function as it is limited to 50 pins per 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*
|
**Known issue:** attachments such as pictures that were originally uploaded by the user cannot be pinned. *I'm working on a fix*
|
||||||
|
|
||||||
|
@ -19,7 +22,7 @@ cd PinBoardBot
|
||||||
4. paste the bot token and channel id for your "pins" text channel in the `config.json` file.
|
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):
|
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
|
https://discord.com/oauth2/authorize?client_id=CLIENT_ID&scope=bot
|
||||||
```
|
```
|
||||||
6. install the required node modules with the following command:
|
6. install the required node modules with the following command:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue