mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-02-22 17:22:13 +00:00
doc(variables.example.ts): we also remove double quotes
This commit is contained in:
parent
6ccb5a8bf0
commit
5fdda37f60
@ -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 = `
|
||||
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user