This commit is contained in:
kolaente 2021-05-15 20:54:48 +02:00
parent e63383bf58
commit d247186ef8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ func messageOstmarkHandler(s *discordgo.Session, m *discordgo.MessageCreate) {
fmt.Println("Found amount: ", amount) fmt.Println("Found amount: ", amount)
if amount == 0 { if amount <= 0 {
fmt.Println("Amount is 0, not doing anything") s.ChannelMessageSend(m.ChannelID, "Nice try")
return return
} }