feat: add server page link to /server command

- Show "신청 가능한 서버보기" link when no servers
- Show link at bottom of server list

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kappa
2026-02-05 18:59:21 +09:00
parent 6417dfec13
commit ec2d4da517

View File

@@ -267,7 +267,9 @@ ${domainList}
if (servers.length === 0) {
return `🖥️ <b>내 서버</b>
보유한 서버가 없습니다.`;
보유한 서버가 없습니다.
<a href="https://hosting.anvil.it.com/servers">🛒 신청 가능한 서버보기</a>`;
}
const statusIcon: Record<string, string> = {
@@ -298,7 +300,8 @@ ${domainList}
${serverList}
서버 관리: "N번 시작/중지" 또는 "#N 재시작"`;
서버 관리: "N번 시작/중지" 또는 "#N 재시작"
<a href="https://hosting.anvil.it.com/servers">🛒 신청 가능한 서버보기</a>`;
}
case '/security': {