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:
parent
9921fd564b
commit
3de53bee4a
4 changed files with 381 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue