Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 298 Bytes

usdsenddm.md

File metadata and controls

19 lines (14 loc) · 298 Bytes
description
Sends a dm to the given user ID with the given message

$sendDM

This function sends a dm to the specified user with <message>

$sendMessage[user ID;message]
bot.command({
name: "sendDM",
code: `$sendDM[739591551155437654;go code L]`
})