> For the complete documentation index, see [llms.txt](https://seoden2136.gitbook.io/tweet-js/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://seoden2136.gitbook.io/tweet-js/methods/tweet.md).

# tweet()

tweet a message

## tweeting a message is super easy

```
bot.tweet('tweet from tweet.js').then(r => console.log(r));
```

{% hint style="info" %}
&#x20;add option "reply\_to" with a tweet id to reply to a tweet<br>
{% endhint %}

{% hint style="success" %}
this will output something similar to this : (<https://hastebin.com/jaqabuteye.less>)
{% endhint %}

## Manually doing this

{% content-ref url="/pages/-MQqH9R1LlFkiI9B86Vf" %}
[Setting up](/tweet-js/master.md)
{% endcontent-ref %}
