Zum Hauptinhalt springen

Message-Funktionen

  • {messageId}: Returns the current message ID

    • Beispielergebnis: 1
  • {messageContent}: Returns the message content.

Code injection

This can be used to insert new functions which then are executed! Use {args} instead.

  • Beispielergebnis: test

  • {messageAttachment}: Returns the attachment with the given index

    • Argumente:
      • index = 0
    • Beispielergebnis: test
  • {messageType}: Displays the internal message type ID

    • Beispielergebnis: 0
  • {messageTypeText}: Displays the human-friendly version of the message type

    • Beispielergebnis: Default
  • {messageUrl}: Returns a Discord message URL

    • Argumente:
      • msg = message.id
      • channel = message.channel.id
      • guild = message.guild.id
    • Beispielergebnis: https://discord.com/channels/3/2/1
  • {mentionsEveryone}: Returns whether the message mentions everyone or here

    • Beispielergebnis: true
  • {react}: Reacts on a message with the given emoji

    • Argumente:
      • emoji = "701366957655719936"
    • Beispielergebnis: <leer>
  • {pin}: Pins a message

    • Argumente:
      • msgId = message.id
    • Beispielergebnis: <leer>
  • {unpin}: Unpins a message

    • Argumente:
      • msgId = message.id
    • Beispielergebnis: <leer>
  • {target}: Returns the first mentioned user. Falls back to the message author if no user is mentioned.

    • Beispielergebnis: 1
  • {suppressOriginalEmbeds}: Supresses the embeds of the message triggering the action

    • Beispielergebnis: <leer>