RileCraft / DiscordBot-Template

A bot template with command , event , button , selectmenus , slashcommands handler and error handlers. Made in Discord.JS V14
MIT License
229 stars 59 forks source link

Fix: GlobalCooldown Firing when GuildCooldown Enabled on Command #89

Closed TechZack closed 1 month ago

TechZack commented 1 month ago

Fixed an issue where the GlobalCooldown would fire when the GuildCooldown was triggered.

It seems like some of the properties were left in when the code was duplicated for GlobalCooldowns.

RileCraft commented 1 month ago

How tf did i not see it before

TechZack commented 1 month ago

It can happen to the best of us...

The main thing is that it's fixed.