Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
Khsmty authored Mar 14, 2022
1 parent c20a105 commit 79e3c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Events/messageUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ module.exports = {
}

if (
message.author.id === '302050872383242240' &&
message.embeds[0].description?.includes('表示順をアップしたよ')
newMessage.author.id === '302050872383242240' &&
newMessage.embeds[0].description?.includes('表示順をアップしたよ')
) {
UpdateBoard(newMessage);
}
Expand Down

0 comments on commit 79e3c9c

Please sign in to comment.