# resend

📝 **RADAR Documentation - Command: Resend a Raid Tweet**

🔔 **Command Group: raid**

🔧 **Command Name: resend**

📋 **Parameters:**

* `raid` (required: True) - The ID of the raid tweet. *(Type: string)*
* `channel` (required: True) - The channel to resend the raid tweet. *(Type: channel)*

📝 **Description:**

Resend a raid tweet.

🔍 **Example Usage:**

* Resend a raid tweet:

  ```
  !resend --raid <raid_id> --channel <channel>
  ```

  *This command is used to resend a raid tweet with the specified `raid_id` in the given `channel`.*

📝 **Note:**

* This command requires appropriate permissions to execute.
* Use the command to resend a raid tweet in Solana NFT communities.
* Provide the `raid_id` and the `channel` as parameters to resend the raid tweet to a specific channel.
* The command will resend the raid tweet and notify the community.

🔧 **Command Signature:**

```
Command Group - raid
Command Name - resend
Parameters - raid: The ID of the raid tweet (required: True), channel: The channel to resend the raid tweet (required: True)
```

Now you can use the RADAR bot's `resend` command to resend raid tweets and keep the Solana NFT community engaged and informed.


---

# 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://bewinxed.gitbook.io/radar-docs/bot_help/raid/resend.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.
