Skip to content

Commit

Permalink
Aktualisieren von quoteHandler.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
twobiers authored Dec 14, 2024
1 parent 06998b1 commit e2d12f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler/quoteHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export default {
}

if (
quotedMessage.author.id !== context.client.user.id &&
quotedMessage.author.id === context.client.user.id &&
isQuoterQuotingQuoteMessage(quotedMessage)
) {
await event.users.remove(quoter);
Expand Down

0 comments on commit e2d12f9

Please sign in to comment.