Fixed acrophobia responses

This commit is contained in:
Kwoth 2017-02-21 14:05:51 +01:00
parent 0af1a711e2
commit 126d5d61d7

View File

@ -301,7 +301,8 @@ $@"--
private string GetText(string key, params object[] replacements) private string GetText(string key, params object[] replacements)
=> NadekoTopLevelModule.GetTextStatic(key, => NadekoTopLevelModule.GetTextStatic(key,
NadekoBot.Localization.GetCultureInfo(_channel.Guild), NadekoBot.Localization.GetCultureInfo(_channel.Guild),
typeof(Games).Name.ToLowerInvariant()); typeof(Games).Name.ToLowerInvariant(),
replacements);
} }
} }
} }