Skip to content

Commit

Permalink
feat: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Jan 7, 2024
1 parent 9565aee commit e06302d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (b *Bot) messageHandler(s *discordgo.Session, m *discordgo.MessageCreate) {
msg += p.Sprintf("--------------------Validator Info----------------\n")
msg += p.Sprintf("Number: %v\n", val.Validator.Number)
msg += p.Sprintf("**Availability score: %v\n**", score)
msg += p.Sprintf("**Stake amount: %v tPAC's**\n", util.ChangeToCoin(val.Validator.Stake))
msg += p.Sprintf("**Stake amount: %v tPAC's\n**", util.ChangeToCoin(val.Validator.Stake))
msg += p.Sprintf("Last bonding height: %v\n", val.Validator.LastBondingHeight)
msg += p.Sprintf("Last sortition height: %v\n", val.Validator.LastSortitionHeight)
_, _ = s.ChannelMessageSendReply(m.ChannelID, msg, m.Reference())
Expand Down

0 comments on commit e06302d

Please sign in to comment.