mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
feat: 设置指令优先级
This commit is contained in:
parent
dc5a07782d
commit
c785fb2d55
15 changed files with 241 additions and 95 deletions
|
|
@ -17,7 +17,7 @@ export class GachaLog extends ZZZPlugin {
|
|||
name: '[ZZZ-Plugin]GachaLog',
|
||||
dsc: 'zzzGachaLog',
|
||||
event: 'message',
|
||||
priority: 100,
|
||||
priority: _.get(settings.getConfig('priority'), 'gachalog', 1),
|
||||
rule: [
|
||||
{
|
||||
reg: `^${rulePrefix}抽卡帮助$`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue