D
This commit is contained in:
@@ -16,6 +16,9 @@ export class NotifyService {
|
||||
chat_id: CHAT_ID,
|
||||
text: `F:${X_USERNAME}==>${message}`,
|
||||
parse_mode: 'HTML'
|
||||
},
|
||||
{
|
||||
timeout: 10000 // 5 seconds
|
||||
}
|
||||
);
|
||||
|
||||
@@ -34,6 +37,9 @@ export class NotifyService {
|
||||
chat_id: CHAT_ID,
|
||||
text: `X:${X_USERNAME}==>${message}`,
|
||||
parse_mode: 'HTML'
|
||||
},
|
||||
{
|
||||
timeout: 10000 // 5 seconds
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user