Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Reselim committed May 25, 2024
1 parent 0e3c84e commit 8080bab
Show file tree
Hide file tree
Showing 4 changed files with 2,089 additions and 124 deletions.
12 changes: 12 additions & 0 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,18 @@ 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
Loading

0 comments on commit 8080bab

Please sign in to comment.