Skip to content

Commit

Permalink
chore: 리마인드 메시지 색상 변경하기
Browse files Browse the repository at this point in the history
  • Loading branch information
KumJungMin committed Jul 17, 2023
1 parent c482e1c commit e41d0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reminder.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async function sendMessage() {
const msg = await PRAssign.getMessage();
const embed = new MessageBuilder()
.setTitle("오늘자 리뷰 할당 현황(remind)")
.setColor("#00ff00")
.setColor("#FFA500")
.setDescription("⭐️ 야무진 오후 ⭐️\n💪 리뷰 할당 현황 다시 알려드려요!")
.addField("할당 현황", msg)
.addField(
Expand Down

0 comments on commit e41d0ae

Please sign in to comment.