diff --git a/framework/Client.js b/framework/Client.js index 1cab8aba..df346c3f 100644 --- a/framework/Client.js +++ b/framework/Client.js @@ -106,7 +106,7 @@ module.exports = class CommandClient extends Client { return; } command.throttles.set(msg.author.id, { - usages: throttleAmount + 1, + usages: throttleAmount.usages + 1, timeFinish: Date.now() + (command.throttling.duration * 1000) }); if (!throttleAmount) {