From ac68917a74fac7431a576d503ac9dbadd2375ea1 Mon Sep 17 00:00:00 2001 From: skinmaker1345 Date: Sun, 17 Aug 2025 22:07:31 +0900 Subject: [PATCH] chore: clarify join enforced description --- utils/Constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/Constants.ts b/utils/Constants.ts index ac7db24..526bdc4 100644 --- a/utils/Constants.ts +++ b/utils/Constants.ts @@ -127,11 +127,11 @@ export const botEnforcements = { }, JOIN_PARTIALLY_ENFORCED: { label: '서버 참여가 필요한 기능이 있습니다', - description: '봇의 일부 명령어는 봇의 디스코드 서버에 참여해야 사용할 수 있습니다.', + description: '봇의 일부 명령어는 특정한 디스코드 서버에 참여해야 사용할 수 있습니다.', }, JOIN_ENFORCED: { label: '서버 참여 없이는 봇의 핵심 기능을 사용할 수 없습니다', - description: '봇의 핵심 기능은 봇의 디스코드 서버에 참여해야 사용할 수 있습니다.', + description: '봇의 핵심 기능은 특정한 디스코드 서버에 참여해야 사용할 수 있습니다.', }, LICENSE_PARTIALLY_ENFORCED: { label: '유료 구매가 필요한 기능이 있습니다',