1
0
Fork 0

ignore cooldown and permissions for owner

akairo
Loïc Bersier 5 years ago
parent 0117a4f760
commit 38c4d3cd81

@ -18,6 +18,8 @@ class hahaYesClient extends AkairoClient {
commandUtilLifetime: 60000,
allowMention: true,
handleEdits: true,
ignorePermissions: ownerID,
ignoreCooldown: ownerID,
});
this.inhibitorHandler = new InhibitorHandler(this, {

Loading…
Cancel
Save