mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-05-10 10:43:06 +00:00
fix(bot): fixed missing await statement in memberEvents file
Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
This commit is contained in:
parent
b615d25964
commit
83bbf7b098
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ export const memberUpdate: Event<typeof Events.GuildMemberUpdate> = {
|
|||
newMember.communicationDisabledUntil &&
|
||||
newMember.communicationDisabledUntil === null
|
||||
) {
|
||||
executeUnmute(
|
||||
await executeUnmute(
|
||||
newMember.client,
|
||||
guild.id,
|
||||
newMember.user.id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue