Release v0.4.0
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