更新协议到go-cqhttp

main
落雨楓 2 years ago
parent df84d88adf
commit 961b9bc86c

@ -6,6 +6,6 @@ source:
type: autoReview
tpl:
default: |-
{{data.author}} 更新了新页面: {{data.title}}
{{data.summary}}
{{data.result}}
{{{author}}} 更新了新页面: {{{title}}}
{{{summary}}}
{{{result}}}

@ -7,5 +7,5 @@ source:
tpl:
default: |-
Review队列更新
{{data.author}} 更新了页面: {{data.title}}
{{data.summary}}
{{{author}}} 更新了页面: {{{title}}}
{{{summary}}}

@ -6,6 +6,6 @@ source:
type: edit
tpl:
default: |-
{{data.author}} 更新了页面: {{data.title}}
{{data.summary}}
{{data.url}}
{{{author}}} 更新了页面: {{{title}}}
{{{summary}}}
{{{url}}}

@ -6,6 +6,6 @@ source:
type: new
tpl:
default: |-
{{data.author}} 创建了新页面: {{data.title}}
{{data.summary}}
{{data.url}}
{{{author}}} 创建了新页面: {{{title}}}
{{{summary}}}
{{{url}}}

@ -45,9 +45,8 @@ export default class QQRobot implements Robot {
}
return await this.doApiRequest('send_private_msg', {
bot_id: this.botQQ,
user_id: user,
message: message,
message: message
});
}
@ -64,9 +63,8 @@ export default class QQRobot implements Robot {
}
return await this.doApiRequest('send_group_msg', {
bot_id: this.botQQ,
group_id: group,
message: message,
message: message
});
}

Loading…
Cancel
Save