[~] 修复拼写错误
This commit is contained in:
parent
1aa611c5ba
commit
3c386797d3
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user