Fix /ping not showing correct locale (#276)

yeah...

---------

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-03-20 14:22:54 +03:00 committed by GitHub
parent cd75780582
commit ecb92a318c
Signed by: GitHub
GPG key ID: B5690EEEBB952194
6 changed files with 17 additions and 17 deletions

View file

@ -88,7 +88,7 @@ public class GuildLoadedResponder : IResponder<IGuildCreate>
var i = Random.Shared.Next(1, 4);
var embed = new EmbedBuilder().WithSmallTitle(bot.GetTag(), bot)
.WithTitle($"Loaded{i}".Localized())
.WithTitle($"Generic{i}".Localized())
.WithDescription(Messages.Ready)
.WithCurrentTimestamp()
.WithColour(ColorsList.Blue)