diff --git a/src/Utils/generics.ts b/src/Utils/generics.ts index ab392e2..e7aa654 100644 --- a/src/Utils/generics.ts +++ b/src/Utils/generics.ts @@ -226,7 +226,7 @@ export const printQRIfNecessaryListener = (ev: BaileysEventEmitter, logger: Logg * Use to ensure your WA connection is always on the latest version */ export const fetchLatestBaileysVersion = async(options: AxiosRequestConfig = { }) => { - const URL = 'https://raw.githubusercontent.com/adiwajshing/Baileys/master/src/Defaults/baileys-version.json' + const URL = 'https://raw.githubusercontent.com/WhiskeySockets/Baileys/master/src/Defaults/baileys-version.json' try { const result = await axios.get<{ version: WAVersion }>( URL, @@ -386,4 +386,4 @@ export function trimUndefineds(obj: any) { } return obj -} \ No newline at end of file +}