diff --git a/src/commands/messages/admin/logroCrear.ts b/src/commands/messages/admin/logroCrear.ts index 199b7ab..479c689 100644 --- a/src/commands/messages/admin/logroCrear.ts +++ b/src/commands/messages/admin/logroCrear.ts @@ -230,12 +230,13 @@ async function showBaseModal(i: ButtonInteraction, state: AchievementState, edit }, { type: ComponentType.Label, - label: 'Categoría (mining/fishing/combat/economy/crafting)', + label: 'Categoría', component: { type: ComponentType.TextInput, customId: 'category', style: TextInputStyle.Short, required: false, + placeholder: '(mining/fishing/combat/economy/crafting)', value: state.category || 'economy' } }, diff --git a/src/commands/messages/admin/misionCrear.ts b/src/commands/messages/admin/misionCrear.ts index 513fdae..42c2d9d 100644 --- a/src/commands/messages/admin/misionCrear.ts +++ b/src/commands/messages/admin/misionCrear.ts @@ -237,12 +237,13 @@ async function showBaseModal(i: ButtonInteraction, state: QuestState, editorMsg: }, { type: ComponentType.Label, - label: 'Categoría (mining/fishing/combat/economy/crafting)', + label: 'Categoría', component: { type: ComponentType.TextInput, customId: 'category', style: TextInputStyle.Short, required: false, + placeholder: "(mining/fishing/combat/economy/crafting)", value: state.category || 'mining' } },