From 5ea96eb57d769810ebb87c0841bf30ade5e05167 Mon Sep 17 00:00:00 2001 From: Tristan Gosselin-Hane Date: Wed, 25 Sep 2019 01:42:50 -0400 Subject: [PATCH] Update bot join link instructions in README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ea80913..c26a766 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,9 @@ Docker is not required to run this bot but its use is strongly encouraged for ea docker-compose up -d ``` -5. If this is the first time you run this bridge, you need to invite it to your discord guild with the following link: - - **Note:** Make sure to replace the "" in the link below with your bot's client ID - - `https://discordapp.com/oauth2/authorize?client_id=&scope=bot&permissions=536879104` +5. If this is the first time you run this bridge, you need to invite it to your discord guild. + + A log message containing the invite link will be printed out every time the bridge is started. Launch the bridge and click the link in the log and follow the prompts on discord's website to add the bridge's bot to your guild. Once it has joined your server, create a text channel for it to post in, then press the "Edit Channel" button on that channel. From there, press the "Permissions" button and click the "+" button and add "Minecraft Chat Bridge" to the room and close the permissions window.