1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-14 01:36:08 +03:00

Added mctaylors-ru language

This commit is contained in:
mctaylors 2022-10-22 15:06:06 +03:00
parent 9921fd564b
commit 3de53bee4a
4 changed files with 381 additions and 6 deletions

View file

@ -121,7 +121,7 @@ public sealed class SettingsCommand : ICommand {
return Task.CompletedTask;
}
if (selectedSetting is "Lang" && value is not "ru" and not "en") {
if (selectedSetting is "Lang" && value is not "ru" and not "en" and not "mctaylors-ru") {
cmd.Reply(Messages.LanguageNotSupported, ":x: ");
return Task.CompletedTask;
}