Basic DM Command
Description
It sends an custom message to a specific user, it can be used like this: !dm @user (your message) After doing that the bot will respond like this to the mentioned user: Title = 📩 | DM Message From (Server Name) Description = (Your Custom Message) This command should only be used by owner ids!!
Trigger
!dm
BDScript Code
$nomention
$suppressErrors[❌️ **Unexpected Error**]
$onlyForIDs[OWNER-ID-HERE;OPTIONAL-ID-HERE;❌️ **Only The Owner Can Do This.**]
$onlyIf[$mentioned[1;no]!=;❌️ Mention a user and type a message. Example:
`$commandTrigger @user Hello there!`]
$onlyIf[$noMentionMessage!=;❌️ You cannot send an empty message. Provide text after the mention.]
$addContainer[dmBox;#27272f;no]
$addTextDisplay[### 📩 | DM Message From $serverName[$guildID]
$noMentionMessage;dmBox]
$deletecommand
$sendMessage[✅️ Successfully Sent A DM Message To `$mentioned[1]`]
$dm[]
Copied to clipboard!