reduced commandutilLifetime

This commit is contained in:
Supositware 2019-01-02 21:46:45 +01:00
parent 40396fda66
commit 2f3bb99759

View file

@ -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,
}); });