Lazyload server language setting in translationHandler
This commit is contained in:
parent
35f0a5c8f8
commit
80c2bd8500
5 changed files with 36 additions and 39 deletions
|
@ -138,7 +138,7 @@ namespace Geekbot.net.Commands.Admin
|
|||
}
|
||||
|
||||
await ReplyAsync(
|
||||
$"That doesn't seem to be a supported language\r\nSupported Languages are {string.Join(", ", _translation.GetSupportedLanguages())}");
|
||||
$"That doesn't seem to be a supported language\r\nSupported Languages are {string.Join(", ", _translation.SupportedLanguages)}");
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue