Skip to content

Commit 43ff4f1

Browse files
authored
Init The Manager
1 parent 96050f3 commit 43ff4f1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Client.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,16 @@ class WebhooksManager extends EventEmitter {
566566
if (!userID) return console.log("Please provide userID");
567567
}
568568
}
569+
570+
/**
571+
* Inits the manager
572+
* @ignore
573+
* @private
574+
*/
575+
async _init() {
576+
this.ready = true;
577+
}
578+
569579
}
570580

571581
module.exports.WebhooksManager = WebhooksManager;

0 commit comments

Comments
 (0)