languagetoolify, change reCAPTCHA to CAPTCHA, as discord now _prefers_ hCaptcha instead

jtagcat 2021-12-24 00:34:47 +00:00
parent a34f87234f
commit d20d78a2c3

@ -2,18 +2,18 @@
## New application
First you need to go to [here](https://discordapp.com/developers/applications/me) and click "New Application"
First, you need to go [here](https://discordapp.com/developers/applications/me) and click "New Application"
![Application Screen](https://i.imgur.com/6WrvbNe.png)
Now give your bot a name.
![Create an Application Screen](https://i.imgur.com/PQCa8Kl.png)
Click "Create". On the next screen you can set a Avatar Icon for your app and description (not necessary).
Click "Create". On the next screen, you can set an Avatar Icon for your app and description (not necessary).
This is also where you will find your Client ID, more on that later.
![New App Screen](https://i.imgur.com/t3efwt3.png)
Next, click on Bot on the left hand menu, then click "Add Bot"
Next, click on Bot on the left-hand menu, then click "Add Bot"
![Add Bot](https://i.imgur.com/S00aLUf.png)
Click "Yes Do It"
@ -21,7 +21,7 @@ Click "Yes Do It"
![Yes Do It.](https://i.imgur.com/909uU4S.png)
On the Bot screen you will get to see your token, you can click "Copy" to put it in your clipboard or "Click to reveal your Token", put this in your config file.
On this Same Screen you can toggle if the bot is public (which will allow others to invite to their servers, this is on by default).
Here, you can toggle if the bot is public (which will allow others to invite to their servers, this is on by default).
![Bot Screen 1](https://i.imgur.com/sibnz9u.png)
## Privileged Gateway Intents
@ -33,19 +33,19 @@ Click "Save Changes"
## Invite bot
Now its time to invite your bot to your server. Don't worry about your bot being started for this next step. You can get this under OAuth2 → General
Now it's time to invite your bot to your server. Don't worry about your bot being started for this next step. You can get this under OAuth2 → General
![Client ID](https://github.com/jtagcat/jtagcat/raw/main/pl/comment/discord_clientid.png)
Change the client_id to your Client ID under App Details, then go to this url
Change the client_id to your Client ID under App Details, then go to this URL
```https://discordapp.com/oauth2/authorize?&client_id=YOUR_CLIENT_ID_HERE&scope=bot&permissions=0```
Now select your sever, then click authorize.
Now select your server, then click authorize.
![Authorize Bot](https://i.imgur.com/d2pcKIY.png)
Solve reCAPTCHA if necessary
Solve CAPTCHA if necessary
![2020-10-14-133937_317x178_scrot](https://user-images.githubusercontent.com/987487/96025132-b8616680-0e22-11eb-983b-a9e10426965f.png)