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