chore: specify enforcement description

This commit is contained in:
skinmaker1345 2025-06-14 21:34:58 +09:00
parent 2b2b2907a9
commit 221a19ce64

View File

@ -122,7 +122,7 @@ export const botCategoryDescription = {
export const botEnforcements = { export const botEnforcements = {
'서버 참여가 강제되는 명령어가 있습니다': 'JOIN_PARTIALLY_ENFORCED', '서버 참여가 강제되는 명령어가 있습니다': 'JOIN_PARTIALLY_ENFORCED',
'서버 참여 없이는 봇을 사용할 수 없습니다': 'JOIN_ENFORCED', '서버 참여 없이는 봇의 핵심 기능을 사용할 수 없습니다': 'JOIN_ENFORCED',
} }
export const botCategoryIcon = { export const botCategoryIcon = {