$authorOfMessage

Returns the ID of the provided message's author.

Syntax

$authorOfMessage[channel ID;message ID]

Parameters

  • channel ID (Type: Snowflake || Flag: Required): The channel where the message was sent in.
  • message ID (Type: Snowflake || Flag: Required): The message for which the author ID will be returned.

How to get the message/channel ID guide.

Example

$nomention
Author of message: $username[$authorOfMessage[$message[1];$message[2]]]

example