mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Merge branch 'mmmmm' of https://github.com/discordeno/discordeno into mmmmm
This commit is contained in:
@@ -28,8 +28,10 @@ export async function updateBotVoiceState(
|
||||
{
|
||||
channel_id: options.channelId,
|
||||
suppress: options.suppress,
|
||||
request_to_speak_timestamp: bot.utils.hasProperty(options, "requestToSpeakTimestamp") ? options.requestToSpeakTimestamp : undefined,
|
||||
user_id: bot.utils.hasProperty(options, "userId") ? options.userId : undefined
|
||||
request_to_speak_timestamp: bot.utils.hasProperty(options, "requestToSpeakTimestamp")
|
||||
? options.requestToSpeakTimestamp
|
||||
: undefined,
|
||||
user_id: bot.utils.hasProperty(options, "userId") ? options.userId : undefined,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user