From b711658da8d28c3bddc8671a16ee22fa4e42b44b Mon Sep 17 00:00:00 2001
From: loicbersier <loic.bersier1@gmail.com>
Date: Thu, 11 Oct 2018 15:46:55 +0200
Subject: [PATCH] added cooldown to feedback

---
 commands/utility/feedback.js | 4 ++++
 1 file changed, 4 insertions(+)

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',