mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-25 15:40:28 +08:00
Rename SimpleCommand to RawCommand
This commit is contained in:
parent
91d2b0b7d2
commit
b9342be382
@ -1,10 +1,10 @@
|
||||
package net.mamoe.mirai.console.command
|
||||
|
||||
abstract class SimpleCommand(
|
||||
abstract class RawCommand(
|
||||
override val owner: CommandOwner,
|
||||
override vararg val names: String,
|
||||
override val usage: String,
|
||||
override val description: String,
|
||||
override val usage: String = "<no usages given>",
|
||||
override val description: String = "<no descriptions given>",
|
||||
override val permission: CommandPermission = CommandPermission.Default,
|
||||
override val prefixOptional: Boolean = false
|
||||
) : Command {
|
Loading…
Reference in New Issue
Block a user