This commit is contained in:
skeletable 2022-09-29 15:01:37 +02:00
parent 36bb0b995f
commit 708f8e0bf6
1 changed files with 1 additions and 0 deletions

View File

@ -725,6 +725,7 @@ func messageCreate(s *discordgo.Session, m *discordgo.MessageCreate) {
addBuff(reactions[0].ID, buffvalue)
}
s.ChannelMessageSend(m.ChannelID, msg)
s.ChannelMessageSend(m.ChannelID, "`DEBUG: " + fmt.Sprint(tickrate) + "`")
claimed = true
}
if claimed { break }