mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-08 01:05:37 +08:00
initial 2.0.0-a2 commit
This commit is contained in:
15
src/ZM/Module/QQBot.php
Normal file
15
src/ZM/Module/QQBot.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace ZM\Module;
|
||||
|
||||
/**
|
||||
* Class QQBot
|
||||
* @package ZM\Plugins
|
||||
*/
|
||||
class QQBot
|
||||
{
|
||||
public function handle() {
|
||||
//TODO: 写处理机器人事件的函数
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user