reduced commandutilLifetime
This commit is contained in:
parent
40396fda66
commit
2f3bb99759
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -14,7 +14,7 @@ class hahaYesClient extends AkairoClient {
|
||||||
directory: './commands/',
|
directory: './commands/',
|
||||||
prefix: prefix,
|
prefix: prefix,
|
||||||
commandUtil: true,
|
commandUtil: true,
|
||||||
commandUtilLifetime: 600000,
|
commandUtilLifetime: 60000,
|
||||||
allowMention: true,
|
allowMention: true,
|
||||||
handleEdits: true,
|
handleEdits: true,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue