/formΒΆ
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 a questionnaire with up to 5 questions. Once answered, the response will be forwarded to a different channel.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
form_title |
Range[str, 1, 45]
|
The title of your form. |
required |
forward_channel |
TextChannel
|
The channel answers should be sent to. |
required |
amount_of_questions |
Range[int, 1, 5]
|
The amount of questions you'd like to ask, 1 - 5. |
required |
embed_title |
Transform[str, TextTransformer]
|
The title you'd like the embed to have. |
None
|
embed_description |
Transform[str, TextTransformer]
|
A description for the embed. |
None
|
add_reactions |
bool
|
Whether reactions should be added to responses. Thumbs up / down / shrug. |
False
|
threads |
bool
|
Whether a thread should be created automatically for responses. |
False
|
button_label |
Range[str, 0, 20]
|
The text you'd like to appear on the button. Requires T1 Patreon. |
None
|
button_emoji |
Transform[str, PartialEmojiTransformer]
|
The emoji you'd like the button to have. Requires T1 Patreon. |
None
|
anonymous |
bool
|
whether the form should be anonymous or not. Defaults to not being anonymous. |
False
|