Fixed acrophobia responses
This commit is contained in:
parent
0af1a711e2
commit
126d5d61d7
@ -301,7 +301,8 @@ $@"--
|
||||
private string GetText(string key, params object[] replacements)
|
||||
=> NadekoTopLevelModule.GetTextStatic(key,
|
||||
NadekoBot.Localization.GetCultureInfo(_channel.Guild),
|
||||
typeof(Games).Name.ToLowerInvariant());
|
||||
typeof(Games).Name.ToLowerInvariant(),
|
||||
replacements);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user