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

Commit

Permalink
fix: bump 通知がされない
Browse files Browse the repository at this point in the history
  • Loading branch information
Khsmty authored Mar 14, 2022
1 parent 79e3c9c commit 51cdfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Events/messageCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
// DISBOARD
if (
message.author.id === '302050872383242240' &&
message.embeds[0].description?.includes('表示順をアップしたよ')
message.embeds[0].description?.match(//)
) {
UpdateBoard(message);
}
Expand Down

0 comments on commit 51cdfe7

Please sign in to comment.