Skip to content

Commit

Permalink
[chore] 디스코드 메세지 제목 형식 띄어쓰기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JeonHaeseung committed Jul 18, 2024
1 parent ba7ba8c commit d7b4c64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private String getRemoteIp(HttpServletRequest httpServletRequest){
/* 인포 메세지 생성 */
public DiscordMessageDto createInfoMessage(Long memberId, String name) {
return DiscordMessageDto.builder()
.content("##🚀 새로운 유저 가입 🚀")
.content("## 🚀 새로운 유저 가입 🚀")
.embeds(List.of(DiscordEmbedDto.builder()
.title("ℹ️ 유저 정보")
.description("### 🕖 유저 가입 시간\n"
Expand Down

0 comments on commit d7b4c64

Please sign in to comment.