Skip to content

Release v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 20:48
615e586
Fixing global/user cooldown issues (#15)

* Fixing global/user cooldown issues

This change fixes an issue in which the cooldown would reset when the
swap command was used before the cooldown has ended. This would run into
a situation where a user would use the swap command and then other users
may not be able to use the swap command.

* Adding cooldown messages

* Fixing inverted logic