Skip to content

Commit

Permalink
[FIX]유저 회원 가입 시에 슬랙 알림 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong0329 committed Mar 19, 2024
1 parent dcac655 commit 6967c0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class SlackService {
String slackToken;

public void sendSlackMessage(String userName, Long totalMember, String channel) {
String message = userName +"님은 " + totalMember.toString() + "번째 쑥쑥이에어 곰이 됐어요.";
String message = userName +"님은 " + totalMember.toString() + "번째 쑥쑥이에서 곰이 됐어요.";
try {
MethodsClient methods = Slack.getInstance().methods(slackToken);

Expand Down

0 comments on commit 6967c0f

Please sign in to comment.