mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 00:30:17 +08:00
Add TODO
This commit is contained in:
parent
d4271f670f
commit
bd4b0b88ca
@ -13,9 +13,9 @@ import kotlinx.coroutines.CoroutineScope
|
|||||||
import kotlinx.coroutines.Job
|
import kotlinx.coroutines.Job
|
||||||
import kotlinx.io.charsets.Charset
|
import kotlinx.io.charsets.Charset
|
||||||
import net.mamoe.mirai.Bot
|
import net.mamoe.mirai.Bot
|
||||||
import net.mamoe.mirai.console.center.CuiPluginCenter
|
|
||||||
import net.mamoe.mirai.console.center.PluginCenter
|
|
||||||
import net.mamoe.mirai.console.plugin.PluginLoader
|
import net.mamoe.mirai.console.plugin.PluginLoader
|
||||||
|
import net.mamoe.mirai.console.plugin.center.CuiPluginCenter
|
||||||
|
import net.mamoe.mirai.console.plugin.center.PluginCenter
|
||||||
import net.mamoe.mirai.console.plugin.jvm.JarPluginLoader
|
import net.mamoe.mirai.console.plugin.jvm.JarPluginLoader
|
||||||
import net.mamoe.mirai.utils.DefaultLogger
|
import net.mamoe.mirai.utils.DefaultLogger
|
||||||
import net.mamoe.mirai.utils.MiraiExperimentalAPI
|
import net.mamoe.mirai.utils.MiraiExperimentalAPI
|
||||||
|
@ -14,7 +14,7 @@ import net.mamoe.mirai.console.command.CommandSender
|
|||||||
import net.mamoe.mirai.event.AbstractEvent
|
import net.mamoe.mirai.event.AbstractEvent
|
||||||
import net.mamoe.mirai.event.CancellableEvent
|
import net.mamoe.mirai.event.CancellableEvent
|
||||||
|
|
||||||
data class CommandExecutionEvent(
|
data class CommandExecutionEvent( // TODO: 2020/6/26 impl CommandExecutionEvent
|
||||||
val sender: CommandSender,
|
val sender: CommandSender,
|
||||||
val command: Command,
|
val command: Command,
|
||||||
val rawArgs: Array<Any>
|
val rawArgs: Array<Any>
|
||||||
|
Loading…
Reference in New Issue
Block a user