/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.
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, 100]
|
The amount of questions you'd like to ask, 1 - 100. |
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
|
/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.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
message
|
Transform[Message, MessageTransformer]
|
The message that contains the form button to edit. |
required |