Skip to content

Commit

Permalink
#156 [REFACTOR] 커스텀 도안 신청 디스코드 메시지 형식 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
05AM committed Feb 21, 2024
1 parent 74f3d8d commit 514d607
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ public static CustomApplyDiscordMessage from(User user, Custom custom) {
StringBuilder description = new StringBuilder();

description.append("\n\n### [유저 정보]")
.append("\n- 유저 번호: ").append(user.getId())
.append("\n- 연락처: ").append(user.getPhoneNumber())
.append("\n- 이름: ").append(custom.getName())
.append("\n\n### [도안 신청 정보]")
.append("\n- 도안명: ").append(custom.getName())
.append("\n- 사이즈: ").append(custom.getSize().getSize())
.append("\n- 수량: ").append(custom.getCount());

Expand Down

0 comments on commit 514d607

Please sign in to comment.