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',
|
group: 'utility',
|
||||||
memberName: 'feedback',
|
memberName: 'feedback',
|
||||||
description: `Send feedback`,
|
description: `Send feedback`,
|
||||||
|
throttling: {
|
||||||
|
usages: 1,
|
||||||
|
duration: 60,
|
||||||
|
},
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
key: 'text',
|
key: 'text',
|
||||||
|
|
Loading…
Reference in a new issue