diff --git a/main.ts b/main.ts index bd3275c..1467dd1 100644 --- a/main.ts +++ b/main.ts @@ -241,18 +241,6 @@ client.on(Events.InteractionCreate, async (interaction) => { }, ], }, - { - type: ComponentType.ActionRow, - components: [ - { - type: ComponentType.TextInput, - style: TextInputStyle.Short, - custom_id: "duration", - label: "Duration", - required: false, - }, - ], - }, ], }, }, @@ -366,4 +354,4 @@ client.ws.on("INTERACTION_CREATE" as unknown as GatewayDispatchEvents, async (da ) } } -}) \ No newline at end of file +})