增加重载配置命令 /jnr reload

This commit is contained in:
2022-11-21 23:19:14 +08:00
parent 8ea893a260
commit f8c7485eca

View File

@ -113,5 +113,6 @@ object JNRCommand : CompositeCommand(
@Description("重载配置")
suspend fun CommandSender.reload() {
JNRPluginConfig.reload()
sendMessage("OK")
}
}