feat(discord): make Guild/Server ID a required field (#20)

This commit is contained in:
paisley
2026-02-09 19:19:09 +08:00
committed by GitHub
Unverified
parent 329ca7623d
commit 0667a241d6

View File

@@ -156,10 +156,10 @@ export const CHANNEL_META: Record<ChannelType, ChannelMeta> = {
}, },
{ {
key: 'guildId', key: 'guildId',
label: 'Guild/Server ID (optional)', label: 'Guild/Server ID',
type: 'text', type: 'text',
placeholder: 'e.g., 123456789012345678', placeholder: 'e.g., 123456789012345678',
required: false, required: true,
description: 'Limit bot to a specific server. Right-click server → Copy Server ID.', description: 'Limit bot to a specific server. Right-click server → Copy Server ID.',
}, },
{ {