> For the complete documentation index, see [llms.txt](https://discordlib.js.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://discordlib.js.org/0.5.11-2/classes/message.md).

# message

### Commands

| Parameter | Description                      | Required |
| --------- | -------------------------------- | -------- |
| command   | Set the command(includes prefix) | yes      |
| message   | what will the bot reply to you   | yes      |

## Example

```
const dl = require("discord.lib");
dl.sendMessage("help", "reply")
dl.login("Token", "game")
```
