Skip to content

Commit c24c979

Browse files
committed
fix: typo
1 parent fd5f3c5 commit c24c979

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/Constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ export const botCategoryDescription = {
121121
}
122122

123123
export const botEnforcements = {
124-
'서버 참여가 강제되는 기능이 있습니다': 'JOIN_PARTIALLY_ENFORCED',
124+
'서버 참여가 필요한 기능이 있습니다': 'JOIN_PARTIALLY_ENFORCED',
125125
'서버 참여 없이는 봇의 핵심 기능을 사용할 수 없습니다': 'JOIN_ENFORCED',
126-
'라이선스 구매가 필요한 기능이 있습니다': 'LICENSE_PARTIALLY_ENFORCED',
127-
'라이선스 구매 없이는 봇의 핵심 기능을 사용할 수 없습니다': 'LICENSE_ENFORCED',
126+
'유료 구매가 필요한 기능이 있습니다': 'LICENSE_PARTIALLY_ENFORCED',
127+
'유료 구매 없이는 봇의 핵심 기능을 사용할 수 없습니다': 'LICENSE_ENFORCED',
128128
} as const
129129

130130
export const botCategoryIcon = {

0 commit comments

Comments
 (0)