initial 2.0.0-a2 commit

This commit is contained in:
jerry
2020-09-29 15:07:43 +08:00
parent 1510e2f0d0
commit f91d24aaaa
59 changed files with 2271 additions and 1475 deletions

15
src/ZM/Module/QQBot.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
namespace ZM\Module;
/**
* Class QQBot
* @package ZM\Plugins
*/
class QQBot
{
public function handle() {
//TODO: 写处理机器人事件的函数
}
}