forked from Supositware/Haha-Yes
added cooldown to feedback
This commit is contained in:
parent
7a07944f04
commit
b711658da8
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue