From 5fdda37f60fd4aae2e348b06b6139c746ee57628 Mon Sep 17 00:00:00 2001 From: Udit Karode Date: Sat, 8 Apr 2023 11:18:47 +0530 Subject: [PATCH] doc(variables.example.ts): we also remove double quotes --- variables.example.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.example.ts b/variables.example.ts index 1fa6d5d..91c0933 100644 --- a/variables.example.ts +++ b/variables.example.ts @@ -10,7 +10,7 @@ export const ALLOWED_CHAT_IDS: string | number[] = (() => { // Enter 'document.cookie' in the console on bing.com, // and paste the result here. You must be logged in to // your Microsoft account and have access to Bing Chat. -// PS: don't worry about the newlines, they will be trimmed +// PS: don't worry about the newlines or double quotes (" "), they will be trimmed export const BING_COOKIE = ` `;