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
parent cfa1d512de
commit 8c8531ca44
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)