Skip to content

Commit

Permalink
fortune > 줄넘김 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
easternkite committed Feb 2, 2025
1 parent 42dae08 commit a5b1988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fun Application.fortuneRoute() {
}

val attachments = Attachments(
text = "$currentTimeFormatted, $userTag 님의 오늘의 운세입니다 :${fortune.zodiac}:",
text = "$currentTimeFormatted,\n$userTag 님의 오늘의 운세입니다 :${fortune.zodiac}:",
attachments = attachmentList,
responseType = "inChannel"
)
Expand Down

0 comments on commit a5b1988

Please sign in to comment.