1
0
Fork 0

added cooldown to feedback

Commando
loicbersier 6 years ago
parent 7a07944f04
commit b711658da8

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

Loading…
Cancel
Save