Fixed linux command strings

This commit is contained in:
Master Kwoth
2017-11-08 13:30:10 +01:00
parent d08f27e088
commit 41555aa629
3 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ namespace NadekoBot.Core.Services.Impl
static Localization()
{
_commandData = JsonConvert.DeserializeObject<Dictionary<string, CommandData>>(
File.ReadAllText("./data/command_strings.json"));
File.ReadAllText("./_strings/cmd/command_strings.json"));
}
private Localization() { }