Skip to content

Commit

Permalink
fix: retuen in referral command
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Dec 8, 2023
1 parent 76a8932 commit 73fe448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ func (b *Bot) messageHandler(s *discordgo.Session, m *discordgo.MessageCreate) {
msg := p.Sprintf("%v %.4f test PACs is staked to %v successfully!",
m.Author.Username, amount, address)
_, _ = s.ChannelMessageSendReply(m.ChannelID, msg, m.Reference())
return
}
}
}
Expand Down

0 comments on commit 73fe448

Please sign in to comment.