feat(Call): Get users in dm call
This commit is contained in:
@@ -118,6 +118,10 @@ class Client extends BaseClient {
|
||||
*/
|
||||
this.voice = new ClientVoiceManager(this);
|
||||
|
||||
/**
|
||||
* A manager of the voice states of this client (Support DM / Group DM)
|
||||
* @type {VoiceStateManager}
|
||||
*/
|
||||
this.voiceStates = new VoiceStateManager({ client: this });
|
||||
|
||||
/**
|
||||
@@ -240,6 +244,10 @@ class Client extends BaseClient {
|
||||
this.options.messageSweepInterval * 1_000,
|
||||
).unref();
|
||||
}
|
||||
|
||||
if (this.options.intents) {
|
||||
process.emitWarning('Intent is not available.', 'DeprecationWarning');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user