This commit is contained in:
skeletable 2022-10-13 16:19:50 +02:00
parent 472085f5a2
commit cc18f7f9d9
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ func messageCreate(s *discordgo.Session, m *discordgo.MessageCreate) {
candystr = fmt.Sprint(candyvalue)
}
}
msg := reactions[0].Username + " has claimed the candy! (" + candystr + " 🍬) (" + fmt.Sprint(multiplier) + "x)"
msg := reactions[0].Username + " has claimed the candy! (" + candystr + " 🍬) [" + fmt.Sprint(multiplier) + "x]"
switch bufftype {
case "tewi":
msg += "\n*Good luck!* Global candy droprate temporarily increased!"