Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix(GuildCreateListener): fix voiceState insert
Browse files Browse the repository at this point in the history
Co-authored-by: KagChi <[email protected]>
Co-authored-by: Vann <[email protected]>
  • Loading branch information
3 people authored Feb 20, 2024
1 parent 6cad42f commit 4cd8e2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export class GuildCreateListener extends Listener {
}))
)
.onConflictDoUpdate({
target: voiceStates.memberId,
target: [voiceStates.memberId, voiceStates.guildId],
set: {
channelId: sql`EXCLUDED.channel_id`,
sessionId: sql`EXCLUDED.session_id`,
Expand Down

0 comments on commit 4cd8e2f

Please sign in to comment.