diff --git a/commands/utility/feedback.js b/commands/utility/feedback.js index c42a5808..ce0b9576 100644 --- a/commands/utility/feedback.js +++ b/commands/utility/feedback.js @@ -8,6 +8,10 @@ module.exports = class feedbackCommand extends Command { group: 'utility', memberName: 'feedback', description: `Send feedback`, + throttling: { + usages: 1, + duration: 60, + }, args: [ { key: 'text',