mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix:默认优先级调整为70
This commit is contained in:
parent
c785fb2d55
commit
32890d53dd
10 changed files with 18 additions and 18 deletions
|
|
@ -9,7 +9,7 @@ export class Help extends ZZZPlugin {
|
|||
name: '[ZZZ-Plugin]Help',
|
||||
dsc: 'zzzhelp',
|
||||
event: 'message',
|
||||
priority: _.get(settings.getConfig('priority'), 'help', 1),
|
||||
priority: _.get(settings.getConfig('priority'), 'help', 70),
|
||||
rule: [
|
||||
{
|
||||
reg: `${rulePrefix}(帮助|help)$`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue