Skip to content

/form

Tip

This command requires the administrator permission by default. To learn how to change this, please check the faq command.

Creating forms users can fill out.

/form create

Tip

This command requires the administrator permission by default. To learn how to change this, please check the faq command.

Creates a button which opens up a form with questions.

Once answered, the response will be forwarded to a different channel.

Tip

When deciding on what kind of question to ask, consider the following: - short is a single line text input. - long is a multi-line text input. - select is a dropdown menu where users can select one or more options, depending on what you state in Maximum length. The options should be separated by a new line in the Placeholder field and there can only be 25 options per dropdown.

  • user_select is a dropdown menu where users can select one or more users from the server, depending on what you state in Maximum length. This will automatically populate the menu with your entire server's userlist. Note that Discord limits these to max 25 per selection.

  • role_select is a dropdown menu where users can select one or more roles from the server, depending on what you state in Maximum length. This will automatically populate the menu with your entire server's rolelist. Note that Discord limits these to max 25 per selection.

  • channel_select is a dropdown menu where users can select one or more channels from the server, depending on what you state in Maximum length. This will automatically populate the menu with all channels visible to the person clicking the button. Note that Discord limits these to max 25 per selection.

  • file allows users to upload one or more files, depending on what you state in Maximum length. Note that Discord limits file uploads to 10 files per upload.

Parameters:

Name Type Description Default
form_title The title of your form. None
forward_channel The channel answers should be sent to. None
amount_of_questions The amount of questions you'd like to ask, 1 - 100. None
embed_title The title you'd like the embed to have. None
embed_description A description for the embed. None
add_reactions Whether reactions should be added to responses. Thumbs up / down / shrug. None
threads Whether a thread should be created automatically for responses. None
button_label The text you'd like to appear on the button. Requires T1 Patreon. None
button_emoji The emoji you'd like the button to have. Requires T1 Patreon. None
anonymous whether the form should be anonymous or not. Defaults to not being anonymous. not being anonymous

/form edit

Tip

This command requires the administrator permission by default. To learn how to change this, please check the faq command.

Edits a form that was created with the /form create command.

Once answered, the response will be forwarded to a different channel.

Tip

When deciding on what kind of question to ask, consider the following: - short is a single line text input. - long is a multi-line text input. - select is a dropdown menu where users can select one or more options, depending on what you state in Maximum length. The options should be separated by a new line in the Placeholder field and there can only be 25 options per dropdown.

  • user_select is a dropdown menu where users can select one or more users from the server, depending on what you state in Maximum length. This will automatically populate the menu with your entire server's userlist. Note that Discord limits these to max 25 per selection.

  • role_select is a dropdown menu where users can select one or more roles from the server, depending on what you state in Maximum length. This will automatically populate the menu with your entire server's rolelist. Note that Discord limits these to max 25 per selection.

  • channel_select is a dropdown menu where users can select one or more channels from the server, depending on what you state in Maximum length. This will automatically populate the menu with all channels visible to the person clicking the button. Note that Discord limits these to max 25 per selection.

  • file allows users to upload one or more files, depending on what you state in Maximum length. Note that Discord limits file uploads to 10 files per upload.

Parameters:

Name Type Description Default
message The message that contains the form button to edit. None
form_title The title of your form. None
forward_channel The channel answers should be sent to. None
amount_of_questions Change the amount of questions you'd like to ask, 1 - 100. Defaults to the amount of questions already set. the amount of questions already set
embed_title The title you'd like the embed to have. None
embed_description A description for the embed. None
add_reactions Whether reactions should be added to responses. Thumbs up / down / shrug. None
threads Whether a thread should be created automatically for responses. None
button_label The text you'd like to appear on the button. Requires T1 Patreon. None
button_emoji The emoji you'd like the button to have. Requires T1 Patreon. None