kj415j45/kjBot

View on GitHub
module/help/osu/setMode.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

global $Queue;

$msg=<<<EOT
设置你的默认模式
用法:
!osu.setMode {模式名}

模式名有彩蛋~
EOT;

$Queue[]= sendBack($msg);

?>