D
This commit is contained in:
@@ -16,6 +16,9 @@ export class NotifyService {
|
|||||||
chat_id: CHAT_ID,
|
chat_id: CHAT_ID,
|
||||||
text: `F:${X_USERNAME}==>${message}`,
|
text: `F:${X_USERNAME}==>${message}`,
|
||||||
parse_mode: 'HTML'
|
parse_mode: 'HTML'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
timeout: 10000 // 5 seconds
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -34,6 +37,9 @@ export class NotifyService {
|
|||||||
chat_id: CHAT_ID,
|
chat_id: CHAT_ID,
|
||||||
text: `X:${X_USERNAME}==>${message}`,
|
text: `X:${X_USERNAME}==>${message}`,
|
||||||
parse_mode: 'HTML'
|
parse_mode: 'HTML'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
timeout: 10000 // 5 seconds
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ export class XPosterRouterService {
|
|||||||
await this.notifyService.sendUrgentMessageToTele('❌Cookie đã hết hạn vui lòng cập nhập để sử dụng.')
|
await this.notifyService.sendUrgentMessageToTele('❌Cookie đã hết hạn vui lòng cập nhập để sử dụng.')
|
||||||
}
|
}
|
||||||
await this.xCacheService.setStateXCookiesIsSillALive();
|
await this.xCacheService.setStateXCookiesIsSillALive();
|
||||||
await this.notifyService.sendMessageToTele('✅Verify cookie pass')
|
this.notifyService.sendMessageToTele('✅Verify cookie pass').catch((err) => {})
|
||||||
}
|
}
|
||||||
|
|
||||||
async canUseXCookies(): Promise<boolean> {
|
async canUseXCookies(): Promise<boolean> {
|
||||||
|
|||||||
Reference in New Issue
Block a user