fix(Button + SelectMenu): wrong applicationId #222

This commit is contained in:
March 7th
2022-07-26 10:16:27 +07:00
parent 0a695d9edc
commit 136bf7ae50
4 changed files with 9 additions and 3 deletions

View File

@@ -224,6 +224,12 @@ class Client extends BaseClient {
*/
this.usedCodes = [];
/**
* Session ID
* @type {?string}
*/
this.session_id = null;
if (this.options.messageSweepInterval > 0) {
process.emitWarning(
'The message sweeping client options are deprecated, use the global sweepers instead.',