mirror of
https://github.com/zhamao-robot/go-cqhttp-adapter-plugin.git
synced 2026-03-18 04:34:51 +08:00
13 lines
172 B
PHP
13 lines
172 B
PHP
<?php
|
|
|
|
use ZM\Annotation\AnnotationParser;
|
|
use ZM\Plugin\ZMPlugin;
|
|
|
|
$zm = new ZMPlugin(__DIR__);
|
|
|
|
$zm->onPluginLoad(function (AnnotationParser $parser) {
|
|
|
|
});
|
|
|
|
return $zm;
|