Functionscustom$isDMOn this page$isDMChecks if current channel is a DM channel or notUsage$isDMThis function doesn't have any additional fields.Exampleclient.command({ name: "isDM", code: ` Is this channel a DM channel?: $isDM `});