Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Reselim committed Jun 1, 2024
2 parents 7283442 + 1d09b27 commit 1d2ed51
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
},
],
},
},
Expand Down Expand Up @@ -366,4 +354,4 @@ client.ws.on("INTERACTION_CREATE" as unknown as GatewayDispatchEvents, async (da
)
}
}
})
})

0 comments on commit 1d2ed51

Please sign in to comment.