mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Fixed already joined message not showing
This commit is contained in:
@@ -161,7 +161,7 @@ export async function joinVoiceChannelProcedure(
|
|||||||
// And, already have instance on the guild
|
// And, already have instance on the guild
|
||||||
else {
|
else {
|
||||||
// And, User VoiceChannel is same as the instance
|
// And, User VoiceChannel is same as the instance
|
||||||
if (channel.id === instance.voiceChannel.id) {
|
if (memberVoiceChannel.id === instance.voiceChannel.id) {
|
||||||
if (!isAcceptableInteraction)
|
if (!isAcceptableInteraction)
|
||||||
return await sendHybridInteractionMessageResponse(data, {
|
return await sendHybridInteractionMessageResponse(data, {
|
||||||
embeds: [EMBEDS.VOICECHANNEL_ALREADY_JOINED(data, locale)]
|
embeds: [EMBEDS.VOICECHANNEL_ALREADY_JOINED(data, locale)]
|
||||||
|
|||||||
Reference in New Issue
Block a user