1
0
Fork 0

[~] 修复拼写错误

master
Taskeren 2019-08-07 21:36:19 +08:00
parent 1aa611c5ba
commit 3c386797d3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class Config {
group_id = cfg.get("chatting", "group", "139971220").getLong(0L);
chatting_prefixes = cfg.getStringList("prefixes", "chatting", new String[] {"!", "\uff01"}, "The prefixes of chatting");
require_prefix = cfg.getBoolean("require_prefiex", "chatting", true, "Should the message to re-sent start with prefixes");
require_prefix = cfg.getBoolean("require_prefixes", "chatting", true, "Should the message to re-sent start with prefixes");
useJarLanguageFile = cfg.getBoolean("lang_refresh", "lang", false, "True if want use the language file in jar");