added cooldown to feedback

This commit is contained in:
loicbersier 2018-10-11 15:46:55 +02:00
parent 7a07944f04
commit b711658da8

View file

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