mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-15 15:10:44 +08:00
Update message.js
This commit is contained in:
parent
43099acda0
commit
79e14901ad
@ -307,6 +307,8 @@ export class Message {
|
|||||||
let p = {
|
let p = {
|
||||||
url,
|
url,
|
||||||
form: `chat_id=${this.msg['TELEGRAM_ID']}&text=${this.title}\n\n${this.message.join("\n\n")}&disable_web_page_preview=true`,
|
form: `chat_id=${this.msg['TELEGRAM_ID']}&text=${this.title}\n\n${this.message.join("\n\n")}&disable_web_page_preview=true`,
|
||||||
|
referer: '',
|
||||||
|
ua: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:141.0) Gecko/20100101 Firefox/141.0'
|
||||||
}
|
}
|
||||||
if (this.msg['TELEGRAM_PROXY']) {
|
if (this.msg['TELEGRAM_PROXY']) {
|
||||||
p.proxy = this.msg['TELEGRAM_PROXY']
|
p.proxy = this.msg['TELEGRAM_PROXY']
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user