# Tweet Reactions

{% hint style="warning" %}
Due to issues with Discord's Rate Limits, this feature is currently available for TweetShift Premium customers only.
{% endhint %}

Reactions allow you to Like and Retweet directly from TweetShift.

![](https://res.cloudinary.com/dat3rkiml/image/upload/v1599854401/ts-docs/reactions-example.png)

As you can see above, TweetShift will automatically fill the 'Like' and 'Retweet' buttons for you. All you have to do is click to the emoji for either 'Like' or 'Retweet' for what you'd like to do.

When you click on the emoji TweetShift will then 'Like' or 'Retweet' emoji, TweetShift will then perform the action via your Twitter account. You'll also recieve a DM to confirm that the action was succesful.

![](https://res.cloudinary.com/dat3rkiml/image/upload/v1599854464/ts-docs/liked-dm.png)

#### Disabling Reactions in your server

You must be an Admin or the Owner on the server you want to modify Reaction settings on.

If you'd prefer not to have the 'Like' and 'Retweet' feature in your server, you can disable this feature with an Admin command. Just run `t!admin setreactions disable` to turn **off** reactions, and `t!admin setreactions enable` to turn them **on** again.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://maiacodes.gitbook.io/tweetshift/auto-posting/reactions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
