-
{replyMentions}: Controls whether roles, everyone and users can be mentioned in the bot reply
- Argumente:
- allowRoles = "true"
- allowEveryone = "false"
- allowUsers = "true"
- Beispielergebnis: <leer>
- Mit Eingabe:
{replyMentions;false;true;false}
-
{botTyping}: Makes the bot type in the given channel for a few seconds
- Argumente:
- channel = message.channel.id
- Beispielergebnis: <leer>
-
{deleteResponse}: Configures after which time the action response message should get deleted
- Argumente:
- Beispielergebnis: <leer>
-
{dm}: Responds in DMs of the user instead of a guild channel
-
{respondIn}: Responds in the given channel on the server
- Argumente:
- channel = message.channel.id
- Beispielergebnis: <leer>
- Mit Eingabe:
{respondIn;channel}
-
{replyUser}: Responds to the user with this text or template
- Argumente:
- Beispielergebnis: <leer>
- Mit Eingabe:
{replyUser;test}
-
{reply}: Configures how the bot should reply to a message command and if it should mention the user
- Argumente:
- shouldReply = "false"
- mentionUser = "false"
-
{attach}: Attaches a file to the response message
- Argumente:
- url = ""
- name = ""
- description = ""
- Beispielergebnis:
{"attachment":true,"url":"test","name":"","description":""}
- Mit Eingabe:
{attach;test}
-
{ephemeral}: Configures whether the reply to an interaction should be visible to other users or not
- Argumente:
- Beispielergebnis: <leer>
-
{modal}: Displays the configured modal from the modal command to the user
- Argumente:
- Nur verwendbar in: interaction
- Beispielergebnis: <leer>