discord_send_dm
Send a private DM to a Discord user using their user ID. Requires mutual server and user DMs enabled. Returns the new message ID.
Instructions
Send a private direct message to a user by their user ID. Use discord_send_message to post in a server channel instead. Requires the bot to share at least one server with the user, and the user must allow DMs from server members (otherwise Discord rejects the send). Returns the new message ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Plain-text body of the DM (max 2000 characters). | |
| user_id | Yes | Discord user ID (snowflake) of the DM recipient. |