doc(variables.example.ts): we also remove double quotes

This commit is contained in:
Udit Karode
2023-04-08 11:18:47 +05:30
parent 6ccb5a8bf0
commit 5fdda37f60

View File

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