chore: change command names
This commit is contained in:
5 files changed
+5
-5
No files matched your search
@@ -16,7 +16,7 @@ import cn.rtast.rob.util.ob.OneBotListener
|
||||
|
||||
@CommandDescription("查询别人的牛子长度")
|
||||
class NiuziQueryCommand : BaseCommand() {
|
||||
override val commandNames = listOf("牛子查询", "nq")
|
||||
override val commandNames = listOf("牛子查询")
|
||||
|
||||
override suspend fun executeGroup(listener: OneBotListener, message: GroupMessage, args: List<String>) {
|
||||
if (args.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user