Zum Hauptinhalt springen

Response-Funktionen

  • {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:
      • time = "0"
    • Beispielergebnis: <leer>
  • {dm}: Responds in DMs of the user instead of a guild channel

    • Beispielergebnis: <leer>
  • {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:
      • textOrTemplate = "✅"
    • 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:
      • ephemeral = true
    • Beispielergebnis: <leer>
  • {modal}: Displays the configured modal from the modal command to the user

    • Argumente:
      • modalInput = "default"
    • Nur verwendbar in: interaction
    • Beispielergebnis: <leer>