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 = ` `;