Skip to content

Commit

Permalink
fix typo in timeout logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Felanbird authored and Nightfirecat committed Mar 13, 2024
1 parent 0762c45 commit fdeb44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,8 @@ client.on('guildMemberUpdate', async (oldMember, newMember) => {
}

const timeoutMessage = newMember.communicationDisabledUntil
? `was timeouted until **<t:${Math.floor(newMember.communicationDisabledUntil.getTime() / 1000)}>**`
: 'is no longer timeouted'
? `was timed out until **<t:${Math.floor(newMember.communicationDisabledUntil.getTime() / 1000)}>**`
: 'is no longer timed out'

const executorMessage = auditEntry && auditEntry.executor.tag
? ` by **${auditEntry.executor.tag}**`
Expand Down

0 comments on commit fdeb44a

Please sign in to comment.