# im

Sends an Instant Message to a specific avatar.

```javascript
Bot.im(name_or_UUID, message);
```

## Input

| Variable | Required | Description |
|----------|----------|-------------|
| `name_or_UUID` | yes      | The name or UUID of the avatar |
| `message` | yes      | The message to send |

## Output

This function does not return anything.