kj415j45/kjBot

View on GitHub
module/help/osu.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

global $Queue;

$msg=<<<EOT
osu! 系列命令
用法:
!osu.{bind|bp|listen|profile|recent|setMode} [参数列表]

具体用法请查看下一级 help
EOT;

$Queue[]= sendBack($msg);

?>