mirror of
https://github.com/mamoe/mirai.git
synced 2025-05-06 06:12:34 +08:00
Update mirai-console/backend/mirai-console/src/command/SubCommandGroup.kt
Co-authored-by: Him188 <Him188@mamoe.net>
This commit is contained in:
parent
2e7fef1dd2
commit
790555595d
@ -9,8 +9,7 @@ public interface SubCommandGroup {
|
||||
/**
|
||||
* 被聚合时提供的子指令
|
||||
*/
|
||||
@ConsoleExperimentalApi("Property name is experimental")
|
||||
@ExperimentalCommandDescriptors
|
||||
public val provideOverloads: List<@JvmWildcard CommandSignatureFromKFunction>
|
||||
public val overloads: List<@JvmWildcard CommandSignatureFromKFunction>
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user