Skip to content

Commit 0667a24

Browse files
authored
feat(discord): make Guild/Server ID a required field (#20)
1 parent 329ca76 commit 0667a24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/types/channel.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ export const CHANNEL_META: Record<ChannelType, ChannelMeta> = {
156156
},
157157
{
158158
key: 'guildId',
159-
label: 'Guild/Server ID (optional)',
159+
label: 'Guild/Server ID',
160160
type: 'text',
161161
placeholder: 'e.g., 123456789012345678',
162-
required: false,
162+
required: true,
163163
description: 'Limit bot to a specific server. Right-click server → Copy Server ID.',
164164
},
165165
{

0 commit comments

Comments
 (0)