feat(discord): make Guild/Server ID a required field (#20)
This commit is contained in:
committed by
GitHub
Unverified
parent
329ca7623d
commit
0667a241d6
@@ -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.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user