Skip to content

Commit

Permalink
minor: added star emoji to discord message
Browse files Browse the repository at this point in the history
  • Loading branch information
PaytonWebber committed Dec 1, 2024
1 parent ca67706 commit df6cbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/discord/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (bh *BotHandler) CheckForUpdates() (bool, error) {
if len(newStars) > 0 {
log.Printf("new stars: %v", newStars)
for _, member := range newStars {
bh.SendChannelMessage(bh.cfg.ChannelID, member+" got a star!")
bh.SendChannelMessage(bh.cfg.ChannelID, member+" got a star! 🌟")
}
}

Expand Down

0 comments on commit df6cbe1

Please sign in to comment.