We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5f3c5 commit c24c979Copy full SHA for c24c979
utils/Constants.ts
@@ -121,10 +121,10 @@ export const botCategoryDescription = {
121
}
122
123
export const botEnforcements = {
124
- '서버 참여가 강제되는 기능이 있습니다': 'JOIN_PARTIALLY_ENFORCED',
+ '서버 참여가 필요한 기능이 있습니다': 'JOIN_PARTIALLY_ENFORCED',
125
'서버 참여 없이는 봇의 핵심 기능을 사용할 수 없습니다': 'JOIN_ENFORCED',
126
- '라이선스 구매가 필요한 기능이 있습니다': 'LICENSE_PARTIALLY_ENFORCED',
127
- '라이선스 구매 없이는 봇의 핵심 기능을 사용할 수 없습니다': 'LICENSE_ENFORCED',
+ '유료 구매가 필요한 기능이 있습니다': 'LICENSE_PARTIALLY_ENFORCED',
+ '유료 구매 없이는 봇의 핵심 기능을 사용할 수 없습니다': 'LICENSE_ENFORCED',
128
} as const
129
130
export const botCategoryIcon = {
0 commit comments