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

Commit

Permalink
fix: add guild id
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Mar 2, 2024
1 parent 98de0db commit 2d26e7b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export class GuildMemberUpdateListener extends Listener {
mute: payload.data.d.mute,
nick: payload.data.d.nick,
pending: payload.data.d.pending,
premiumSince: payload.data.d.premium_since
premiumSince: payload.data.d.premium_since,
guildId: payload.data.d.guild_id
}).onConflictDoUpdate({
target: [members.id, members.guildId],
set: {
Expand Down

0 comments on commit 2d26e7b

Please sign in to comment.