1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 21:23:55 +08:00

Fix command

This commit is contained in:
Him188 2020-05-19 16:09:40 +08:00
parent 8ee378cd1b
commit 8ddda7d687

View File

@ -95,7 +95,7 @@ interface CommandPermission {
*/
object Console : CommandPermission {
override fun CommandSender.hasPermission(): Boolean = false
}
object Default : CommandPermission by (Manager or Console)
}