Skip to content

Commit

Permalink
fix 회원가입 문구
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong0329 committed Sep 18, 2024
1 parent 5951cce commit beb016b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class SlackService {
String slackToken;

public void sendSlackMessage(Long totalMember, String channel) {
String message = totalMember.toString() + "번째 예스비가 새롭게 탄생했어요.";
String message = totalMember.toString() + "번째 와블 회원이 탄생했어요.";
try {
MethodsClient methods = Slack.getInstance().methods(slackToken);

Expand Down

0 comments on commit beb016b

Please sign in to comment.