Custom Command
FunctionsMember Functions

$isUserDMEnabled

This function checks if a user has direct messages (DMs) enabled. It returns true if DMs are enabled, and false if not.

Usage

$isUserDMEnabled[userID]
  1. userID - (Optional) default value: $authorID. The ID of the user you want to check.

Example

Using $isUserDMEnabled

How to use $isUserDMEnabled

Member
9/5/2026

!!exec $isUserDMEnabled[123456789123456789]

Custom Command
APP
9/5/2026

true

Related Functions: $dm $sendDM

Function difficulty: Easy

Tags: dm direct message

On this page