Skip to content

Commit

Permalink
[FEAT]회원 가입 슬랙 알림 워딩 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong0329 committed Mar 7, 2024
1 parent ce50385 commit 4802d07
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 4802d07

Please sign in to comment.