1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-05-06 06:12:34 +08:00

Update SimpleCommand.kt

This commit is contained in:
hundun 2022-07-04 23:46:17 +08:00
parent 2bafd186fb
commit 2e7fef1dd2

View File

@ -73,7 +73,6 @@ public abstract class SimpleCommand(
}
}
/**
* 自动根据带有 [Handler] 注解的函数签名生成 [usage]. 也可以被覆盖.
*/