mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 17:00:14 +08:00
BuiltInCommands stub
This commit is contained in:
parent
d4f80b44fe
commit
6beed81f40
@ -9,6 +9,13 @@
|
|||||||
|
|
||||||
package net.mamoe.mirai.console.command
|
package net.mamoe.mirai.console.command
|
||||||
|
|
||||||
|
import net.mamoe.mirai.utils.MiraiExperimentalAPI
|
||||||
|
|
||||||
|
interface BuiltInCommand : Command
|
||||||
|
|
||||||
|
@MiraiExperimentalAPI
|
||||||
|
object BuiltInCommands
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
/**
|
/**
|
Loading…
Reference in New Issue
Block a user