mirror of
https://github.com/JonasunderscoreJones/PinBoardBot.git
synced 2025-10-22 17:59:17 +02:00
fixed bot invite link missing character
This commit is contained in:
parent
dbcbf7ca13
commit
cadaa29a6d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ cd PinBoardBot
|
|||
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
|
||||
https://discord.com/oauth2/authorize?client_id=CLIENT_ID&scope=bot
|
||||
```
|
||||
6. run the following command to start the bot (npm must be installed)
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue