All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.cssxsh.mirai.plugin.command.ArknightsZoneCommand.kt Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package xyz.cssxsh.mirai.plugin.command

import net.mamoe.mirai.console.command.*
import xyz.cssxsh.mirai.plugin.*

object ArknightsZoneCommand : SimpleCommand(
    owner = ArknightsHelperPlugin,
    "zone", "章节", "活动", "地图",
    description = "明日方舟助手地图指令"
), ArknightsHelperCommand {

    @Handler
    suspend fun CommandSenderOnMessage<*>.handler(name: String, limit: Int = 1, now: Boolean = true) = sendMessage {
        zone(name, limit, now)
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy