From cadaa29a6ddebad2ca8396e3862b3d43c00d64a3 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Thu, 1 Sep 2022 03:37:18 +0200 Subject: [PATCH] fixed bot invite link missing character --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6af6f1..31b014f 100644 --- a/README.md +++ b/README.md @@ -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) ```