change color and title of embed about the conquered village

This commit is contained in:
Dawid Wysokiński 2020-07-15 15:23:51 +02:00 committed by Kichiyaki
parent 68babe0762
commit 4729cb74d6
1 changed files with 2 additions and 2 deletions

View File

@ -159,8 +159,8 @@ func (h *handler) checkLastEnnoblements() {
h.discord.SendEmbed(group.ConqueredVillagesChannelID,
discord.
NewEmbed().
SetTitle("Stracone wioski").
SetColor(colorLostVillage).
SetTitle("Podbite wioski").
SetColor(colorConqueredVillage).
SetFields(conqueredVillagesMsg.ToMessageEmbedFields()).
SetTimestamp(formatDateOfConquest(time.Now())).
MessageEmbed)