Pre Merge pull request !62 from 柠檬冲水/N/A

This commit is contained in:
柠檬冲水 2023-06-28 15:24:42 +00:00 committed by Gitee
commit f304ffe0d8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 3 additions and 0 deletions

View File

@ -262,6 +262,9 @@ class PluginsLoader {
if (!this.filtPermission(e, v)) break a
try {
if (e.msg) {
e.cmd_msg = e.msg;
}
let res = plugin[v.fnc] && plugin[v.fnc](e)
let start = Date.now()