4. New ClientUser Method

From Discord S.C.U.M
Update to v1.2.0
This commit is contained in:
March 7th
2022-03-30 19:50:57 +07:00
parent 8c7dfd595c
commit fe1b3fc880
7 changed files with 383 additions and 192 deletions

View File

@@ -193,6 +193,12 @@ class Client extends BaseClient {
*/
this.readyAt = null;
/**
* Password cache
* @type {?string}
*/
this.password = null;
if (this.options.messageSweepInterval > 0) {
process.emitWarning(
'The message sweeping client options are deprecated, use the global sweepers instead.',