fixed bot invite link missing character

This commit is contained in:
Jonas_Jones 2022-09-01 03:37:18 +02:00 committed by GitHub
parent dbcbf7ca13
commit cadaa29a6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
```