Skip to content

Commit

Permalink
change $roll to only have user cooldown
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Aug 21, 2024
1 parent 911fc7d commit 221ed5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/roll/roll.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (c *Command) Run(s *discordgo.Session, m *discordgo.MessageCreate, parts []
s.ChannelMessageSendComplex(m.ChannelID, &response)
}
}
return pkg.CommandResultFullCooldown
return pkg.CommandResultUserCooldown
}

func (c *Command) Description() string {
Expand Down

0 comments on commit 221ed5a

Please sign in to comment.