$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 is located.Message ID
(Type: Snowflake || Flag: Required)
: The message for which the author ID will be returned.
Example
$nomention
Author of message: $username[$authorOfMessage[$message[1];$message[2]]]