mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 00:30:17 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f862f7d4f5
@ -182,12 +182,12 @@ public interface CommandManager {
|
|||||||
* 指令的所有者.
|
* 指令的所有者.
|
||||||
* @see PluginCommandOwner
|
* @see PluginCommandOwner
|
||||||
*/
|
*/
|
||||||
public sealed class CommandOwner
|
public open class CommandOwner
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 插件指令所有者. 插件只能通过 [PluginCommandOwner] 管理指令.
|
* 插件指令所有者. 插件只能通过 [PluginCommandOwner] 管理指令.
|
||||||
*/
|
*/
|
||||||
public abstract class PluginCommandOwner(
|
public class PluginCommandOwner(
|
||||||
public val plugin: Plugin
|
public val plugin: Plugin
|
||||||
) : CommandOwner() {
|
) : CommandOwner() {
|
||||||
init {
|
init {
|
||||||
|
Loading…
Reference in New Issue
Block a user