Skip to content

Commit

Permalink
feat: 디스코드 커뮤니티 역할 이름 수정 (#144)
Browse files Browse the repository at this point in the history
feat: 역할 이름 변경
  • Loading branch information
uwoobeat authored Feb 26, 2024
1 parent 118d9c7 commit 77dd338
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public class DiscordConstant {
private DiscordConstant() {}

// 공통 상수
public static final String MEMBER_ROLE_NAME = "커뮤니티 멤버";
public static final String MEMBER_ROLE_NAME = "커뮤니티-멤버";

// 인증코드 발급 커맨드
public static final String COMMAND_NAME_ISSUING_CODE = "인증코드";
Expand Down

0 comments on commit 77dd338

Please sign in to comment.