Premium ONLY!
$sendDMSends the output of the code to the message author's DMs or to the DMs of a specified user.
$sendDM[userID;message]
Usage: userID
: (Optional) The ID of the user to send the DM to. If omitted, the DM will be sent to the message author.message
: The message to send in the DM.
Example 1: Sending a DM to the message author multiple times.
Note
You can send embeds using the Message Curl Format. This allows you to create richly formatted messages within the DM.
Related Functions
$channelSendMessage
: Sends a message to a specific channel in the server.$sendMessage
: Sends a message to the channel where the command was used.