forked from Supositware/Haha-Yes
ignore cooldown and permissions for owner
This commit is contained in:
parent
0117a4f760
commit
38c4d3cd81
1 changed files with 2 additions and 0 deletions
2
index.js
2
index.js
|
@ -18,6 +18,8 @@ class hahaYesClient extends AkairoClient {
|
|||
commandUtilLifetime: 60000,
|
||||
allowMention: true,
|
||||
handleEdits: true,
|
||||
ignorePermissions: ownerID,
|
||||
ignoreCooldown: ownerID,
|
||||
});
|
||||
|
||||
this.inhibitorHandler = new InhibitorHandler(this, {
|
||||
|
|
Loading…
Reference in a new issue