From eb56f6bcd195a629afd543b4971dd37b29c08f09 Mon Sep 17 00:00:00 2001 From: Hendrik Eeckhaut Date: Wed, 15 Nov 2023 16:37:39 +0300 Subject: [PATCH] Double quotes in .env file --- .env.example | 6 +++--- workshop.md | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env.example b/.env.example index ae339ce..bc8e311 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,3 @@ -USER_AGENT= -AUTHORIZATION= -CHANNEL_ID= +USER_AGENT="" +AUTHORIZATION="" +CHANNEL_ID="" diff --git a/workshop.md b/workshop.md index 794289f..f3c5d7f 100644 --- a/workshop.md +++ b/workshop.md @@ -158,11 +158,11 @@ In the main folder, copy a `.env.example` file and name it `.env`. In this `.env`, we will input the `USER_AGENT`, `AUTHORIZATION` token, and `CHANNEL_ID`. -| Name | Example | Location | -| ------------- | -------------------------------------------------------------------------------- | ------------------------------------------- | -| USER_AGENT | `Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0` | Look for `User-Agent` in request headers | -| AUTHORIZATION | `MTE1NDe1Otg4N6NxNjczOTM2OA.GYbUBf.aDtcMUKDOmg6C2kxxFtlFSN1pgdMMBtpHgBBEs` | Look for `Authorization` in request headers | -| CHANNEL_ID | `1154750485639745567` | URL | +| Name | Example | Location | +| ------------- | ---------------------------------------------------------------------------------- | ------------------------------------------- | +| USER_AGENT | `"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0"` | Look for `User-Agent` in request headers | +| AUTHORIZATION | `"MTE1NDe1Otg4N6NxNjczOTM2OA.GYbUBf.aDtcMUKDOmg6C2kxxFtlFSN1pgdMMBtpHgBBEs"` | Look for `Authorization` in request headers | +| CHANNEL_ID | `"1154750485639745567"` | URL | You can obtain these parameters by opening [Discord](https://discord.com/channels/@me) in your browser and accessing the message history you want to notarize.