change readme phrasing

This commit is contained in:
2023-07-08 21:07:39 +01:00
committed by GitHub
parent 02a8da8193
commit 50d62b1fcd

View File

@ -28,7 +28,7 @@ You will also need to know to your **Discord token**. The steps to find this can
git clone https://github.com/0hAodha/purge_discord
```
2. Navigate to the newly created `purge_discord` directory on your machine.
3. Edit the `.env` file and replace the `DISCORD_TOKEN` placeholder value with your actual Discord token. It should look something like the following:
3. Edit the `.env` file with your text editor of choice and replace the placeholder value of the `DISCORD_TOKEN` variable with your actual Discord token. It should look something like the following:
```dotenv
DISCORD_TOKEN=AAAAAAAAAAAAAAAAAAAAAAAAAA.BBBBBB.CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
```