mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
build: multi-config build and dep update
This commit is contained in:
@@ -167,8 +167,8 @@ class ClientApplication extends Application {
|
||||
this.owner = data.team
|
||||
? new Team(this.client, data.team)
|
||||
: data.owner
|
||||
? this.client.users._add(data.owner)
|
||||
: this.owner ?? null;
|
||||
? this.client.users._add(data.owner)
|
||||
: this.owner ?? null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -242,8 +242,8 @@ class VoiceState extends Base {
|
||||
request_to_speak_timestamp: options.requestToSpeak
|
||||
? new Date().toISOString()
|
||||
: options.requestToSpeak === false
|
||||
? null
|
||||
: undefined,
|
||||
? null
|
||||
: undefined,
|
||||
suppress: options.suppressed,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user