forked from TeamInklings/Octobot
Fix /ping not showing correct locale (#276)
yeah... --------- Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
cd75780582
commit
ecb92a318c
6 changed files with 17 additions and 17 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue