> For the complete documentation index, see [llms.txt](https://docs.rectorspace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rectorspace.com/rector-bot-alert/bot-commands.md).

# Bot Commands

***

## GENERAL

### rec.help

Displays this help message.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FivSLSTtvwDEAPuc1GAju%2FScreenshot%202024-10-12%20at%2014.07.52.png?alt=media&amp;token=cc6d60c5-ffa6-4571-9263-920c4da7c004" alt=""><figcaption><p>Help Page</p></figcaption></figure>

{% hint style="info" %}
`rec.` is the bot prefix, everyone has a different prefix. Your bot will have a unique prefix upon request, a custom prefix for sure !
{% endhint %}

***

### rec.servers

Lists all servers the bot is connected to.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FT4Xgnm2MCpNGVHwoevoa%2FScreenshot%202024-10-12%20at%2014.08.34.png?alt=media&amp;token=168df805-01db-448c-8ff7-0cea5f074aa1" alt=""><figcaption><p>Servers List</p></figcaption></figure>

***

### rec.resource

Shows the bot's memory usage.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FitANvb4kLFo0wfbMJu2u%2FScreenshot%202024-10-12%20at%2014.10.40.png?alt=media&amp;token=fb542a33-99e3-4655-854b-8cde0e7df6a7" alt=""><figcaption><p>Bot Resource Usage</p></figcaption></figure>

***

### rec.guildroles

Displays all available roles on a specific guild server (default = all servers).

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2Fcih8lQ9oNEhUUMUD0UKY%2FScreenshot%202024-10-12%20at%2014.12.33.png?alt=media&amp;token=ae1bb19c-a931-42e0-9f26-7466cc7262a4" alt=""><figcaption><p>Guild Roles Help Page</p></figcaption></figure>

<details>

<summary>Unveil Guild Server Roles: Explore the Roster!</summary>

**Usage**

```
rec.guildroles <guild_id>
```

**Parameters**

* **`<guild_id>`** (required): The Guild ID can be found by right-clicking on the server icon in Discord and selecting **"Copy Server ID"**.

**Examples**

```
rec.guildroles 123412341234
```

</details>

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FuA35SPkJkEgEBeU33yhi%2FScreenshot%202024-10-12%20at%2014.16.53.png?alt=media&amp;token=ee19dd16-b89a-4b4d-a1d8-7fb46b305d4e" alt=""><figcaption><p>Example Result</p></figcaption></figure>

This command is useful for finding the role ID of the server your bot is on, for 'rec.add' purposes

***

### rec.invite

Shows the bot's invite link.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2Fy3SFE3ZlTVktVJMQyB9y%2FScreenshot%202024-10-12%20at%2014.23.41.png?alt=media&amp;token=079c9b7f-92a9-420b-b915-4b9387e5e4f0" alt=""><figcaption><p>Bot Returns Their Invite Link</p></figcaption></figure>

Your bot must be invited manually by the server / client owner, they will usually ask for an invite link and you just have to give the link to them.

***

### rec.leaveguild

Instructs the bot to leave a specified server.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FirMcxF5JjV6Ntd4RFIPS%2FScreenshot%202024-10-12%20at%2014.25.44.png?alt=media&amp;token=eb21ed18-a1cb-48b2-b96b-3eab2158e1f7" alt=""><figcaption><p>Leave Guild Help Page</p></figcaption></figure>

<details>

<summary>Instruct the Bot to Leave a Server</summary>

**Usage**

```
rec.leaveguild <guild_id>
```

**Parameters**

* **`<guild_id>`** (required): The Guild ID can be found by right-clicking on the server icon in Discord and selecting **"Copy Server ID"**.

**Example**

```
rec.leaveguild 123412341234
```

</details>

***

## BROADCASTING & GROUP

### rec.recall

Deletes the last broadcasted message.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FduZ9RgMRBHZLz7vBjNVm%2FScreenshot%202024-10-12%20at%2014.33.54.png?alt=media&amp;token=719be9c9-7682-4e4f-b952-cc2c8b06ec9a" alt=""><figcaption><p>Recall Success Report</p></figcaption></figure>

when you realize there is an error in calls / broadcast messages that have been sent to all client servers, recall is the right solution to delete them all automatically.

{% hint style="warning" %}
Please note, the deleted messages will be in order from the last one you sent, if you do the `rec.recall` command 2x, then your 2 broadcasts will be deleted.
{% endhint %}

***

### rec.add \<subcommand> \[channel] \[role]

Adds a channel and role.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2Fpb6gn5tmC868432tCsH7%2FScreenshot%202024-10-12%20at%2014.39.08.png?alt=media&amp;token=d009401c-fbe7-4449-b2d4-d16605160cc1" alt=""><figcaption><p>Add Help Page</p></figcaption></figure>

<details>

<summary>Add or Link a Client Channel to a Broadcast Group</summary>

**Usage**

```
rec.add <broadcast_group_name> <channel> [role]
```

**Parameters**

* **`<broadcast_group_name>`** (required): The specific broadcast group to add the channel to. Available groups: bc0, bc1, bc3 ... bc99.
* **`<channel>`** (required): The channel to link to the bot's configuration. You can mention the channel or provide its ID.
* **`[role]`** (optional): The role to associate with the channel. You can mention the role or provide its ID. If not provided, the role will be set to **@everyone**.

**Examples**

```
rec.add bc0 #announcements @MentionableRole
rec.add bc69 986153785342722208 987654321098765432
rec.add bc77 1067772861026152580 @Moderators
```

</details>

***

### **rec.setrole \<subcommand> \[channel] \[new\_role]**

Updates the role for a specific channel.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FbbumNkGGHPUM6Nwo3VE6%2FScreenshot%202024-10-12%20at%2014.41.26.png?alt=media&amp;token=3bbbc3a9-045d-4636-b0fb-ef180db8cf33" alt=""><figcaption><p>Setrole Help Page</p></figcaption></figure>

<details>

<summary>Change the Ping Role for a Registered Channel in a Broadcast Group</summary>

**Usage**

```
rec.setrole <broadcast_group_name> <channel> [new_role]
```

**Parameters**

* **`<broadcast_group_name>`** (required): The broadcast group where the channel is registered. Available groups: bc0, bc1, bc3 ... bc99.
* **`<channel>`** (required): The channel for which you want to change the role. You can mention the channel or provide its ID.
* **`[new_role]`** (optional): The new role to associate with the channel. You can mention the role or provide its ID. If not provided, the existing role will remain unchanged.

**Examples**

```
rec.setrole bc0 #announcements @MentionableRole
rec.setrole bc69 986153785342722208 987654321098765432
rec.setrole bc77 1067772861026152580 @Moderators
```

</details>

***

### r**ec.remove \<subcommand> \[channel]**

Removes a channel and role.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2F5IEM6GITbcspY2PmUxrG%2FScreenshot%202024-10-12%20at%2014.43.33.png?alt=media&amp;token=b6a34bab-b827-4247-b74b-a6f09d82b5f1" alt=""><figcaption><p>Remove Help Page</p></figcaption></figure>

<details>

<summary>Remove a Channel from a Broadcast Group</summary>

**Usage**

```
rec.remove <broadcast_group_name> <channel>
```

**Parameters**

* **`<broadcast_group_name>`** (required): The broadcast group from which the channel will be removed. Available groups: bc0, bc1, bc3 ... bc99.
* **`<channel>`** (required): The channel to remove from the bot's configuration. You can mention the channel or provide its ID.

**Examples**

```
rec.remove bc0 #announcements
rec.remove bc69 986153785342722208
rec.remove bc77 1067772861026152580
```

</details>

***

### **rec.show \<subcommand>**

Displays information for a specific group.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FHiSDqlQuha46rFJGIYJ2%2FScreenshot%202024-10-12%20at%2016.35.07.png?alt=media&amp;token=e83688b3-34d5-4a39-8d26-97c28c04b0f0" alt=""><figcaption><p>Show Help Page</p></figcaption></figure>

<details>

<summary>Display All Channels Integrated with the Bot in a Broadcast Group</summary>

**Usage**

```
rec.show <broadcast_group_name>
```

**Parameters**

* **`<broadcast_group_name>`** (required): The broadcast group to display. Available groups: bc0, bc1, bc3 ... bc99.

**Examples**

```
rec.show bc0
rec.show bc1
rec.show bc69
rec.show bc77
```

</details>

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FjVYxMdWcGnEhWdWpKfXA%2FScreenshot%202024-10-12%20at%2016.36.38.png?alt=media&amp;token=7814c4e4-eb78-43e9-9b91-1466e7e29d2a" alt=""><figcaption><p>Show Report</p></figcaption></figure>

bot displays all channels affiliated with broadcast group 'bc1'

***

### **rec.addgroup**

Adds a new broadcast group.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FdVH8w2zZvBkoackcpNTR%2FScreenshot%202024-10-12%20at%2016.38.21.png?alt=media&amp;token=affdbf15-9f3e-4aef-87af-9758cdf7700d" alt=""><figcaption><p>Add Group Confirmation Page</p></figcaption></figure>

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2F6zLMabpgwLa3h6mYoX5i%2FScreenshot%202024-10-12%20at%2016.39.53.png?alt=media&amp;token=0dd937ab-6552-4740-917a-eb1275466dd1" alt=""><figcaption><p>Timeout Addition Report</p></figcaption></figure>

If you do not enter the CAPTCHA for 15 seconds then everything will return to normal, there is no need for you to take any steps.

{% hint style="danger" %}
It is highly not recommended to use this command if you do not understand, you should contact me to do it.
{% endhint %}

***

### **rec.removegroup**

Removes an existing broadcast group. If you have previously added a group and want to delete it, please use this command.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FHg8Rf4LIkdI88d0ox1bA%2FScreenshot%202024-10-12%20at%2016.42.02.png?alt=media&amp;token=6348ee1a-a33f-432a-a9a7-bfdddfcb378d" alt=""><figcaption><p>Remove Group Confirmation page</p></figcaption></figure>

same as `addgroup`, If you do not enter the CAPTCHA for 15 seconds then everything will return to normal, there is no need for you to take any steps.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FMcpMbtd9b0HRNAqjSv0U%2FScreenshot%202024-10-12%20at%2016.42.44.png?alt=media&amp;token=68e3b5d1-9494-4a6e-a373-153768bfdba8" alt=""><figcaption><p>Timeout Deletion Report</p></figcaption></figure>

***

### **rec.showgroup**

Shows your current broadcast groups. By default you get 2 broadcast groups, bc0 and bc1. bc0 is a group that is intended as a testing group and bc1 is intended for the real broadcast group. you can add broadcast groups as you wish.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2F0mMMEDNsbnMOSOsutYwG%2FScreenshot%202024-10-12%20at%2016.44.56.png?alt=media&amp;token=87bdb1ad-db34-4635-bed7-aa8434dab939" alt=""><figcaption><p>Broadcast Group Report</p></figcaption></figure>

{% hint style="success" %}
As you can see here, I have 9 broadcast groups, each of which has its own purpose.
{% endhint %}

***

### **rec.setsource**

Sets up a source channel for each group. This command is intended to set the source channel, the channel that has been set as the source will be where you make calls / analysis, and then the bot will forward (broadcast) the message to all servers from the affiliated group.

{% hint style="danger" %}
It is not recommended to use this command, you should contact me to do the initial setup of your bot.
{% endhint %}

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FfgkcCrwVh71QaAm9wqMM%2FScreenshot%202024-10-12%20at%2016.48.34.png?alt=media&amp;token=3b7dc391-7b18-41ec-9d1f-9dfa16ec7241" alt=""><figcaption><p>Set Source Group Channel Help Page</p></figcaption></figure>

<details>

<summary>Change the Channel ID of the Current Source Channel</summary>

**Usage**

```
rec.setsource <broadcast_group_name> <type_of_message> <source_channel>
```

**Parameters**

* **`<broadcast_group_name>`** (required): The broadcast group to modify. Available groups: bc0, bc1, bc3 ... bc99.
* **`<type_of_message>`** (required): The type of message format to apply.
  * `enp`: Embed without Ping Role
  * `ep`: Embed with Ping Role
  * `np`: Normal with Ping Role
  * `nnp`: Normal without Ping Role
* **`<source_channel>`** (required): The source channel to add to the bot's configuration. You can either mention the channel or provide its ID.

**Examples**

```
rec.setsource bc0 ep #say-ep
rec.setsource bc69 enp 123456789012345678
rec.setsource bc77 nnp 123456789012345678
```

</details>

***

### rec.setlog

Sets up a log channel for all bot activities.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FQbb2IBG47Ubuh8cws13J%2FScreenshot%202024-10-12%20at%2016.50.10.png?alt=media&amp;token=7aa06457-ee20-4b31-a274-10d01fe3d81d" alt=""><figcaption><p>Set Bot Log Help Page</p></figcaption></figure>

<details>

<summary>Change the Channel ID for Log Information</summary>

**Usage**

```
rec.setlog <channel>
```

**Parameters**

* **`<channel>`** (required): The channel where the bot will send its log information. You can either mention the channel or provide its ID.

**Examples**

```
rec.setlog #bot-logs
rec.setlog 123456789012345678
```

</details>

***

## CUSTOMIZATION

### rec.setpfp

Changes the bot's profile picture.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FnLzoKpJHYzi5TLmOVEAO%2FScreenshot%202024-10-12%20at%2016.51.43.png?alt=media&amp;token=208bf119-74cb-4d76-affc-554ab9c61777" alt=""><figcaption><p>Set PFP Help Page</p></figcaption></figure>

{% hint style="info" %}
It is recommended to use .jpeg / .jpg / .png image files
{% endhint %}

<details>

<summary>Replace the Bot's Profile Picture (PFP)</summary>

**Usage**

```
rec.setpfp + Attach your image file!
```

**Instructions**

Simply use the `rec.setpfp` command and attach the image file you want to use as the new profile picture for the bot.

</details>

***

### rec.setgroupname

Renames a broadcast group. In order for the bot to respond to the changes you make, after using this command it is mandatory to run the `rec.reload` command so that the bot refreshes itself automatically and the name of your broadcast group changes.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FaJibOMaBfZLMQmLemWIh%2FScreenshot%202024-10-12%20at%2016.54.51.png?alt=media&amp;token=5677a41f-230c-4280-b38e-7aebaeecf57e" alt=""><figcaption><p>Set Group Name Help Page</p></figcaption></figure>

<details>

<summary>Set a Custom Name for Your Broadcast Group</summary>

**Usage**

```
rec.setgroupname <group_number> <new_group_name>
```

**Parameters**

* **`<group_number>`** (required): The broadcast group number. Available group numbers: 0 to 6.
* **`<new_group_name>`** (required): The new name for the broadcast group. It is recommended to use **ALL CAPITAL LETTERS** for better visibility. If the group name has more than one word, enclose it in quotation marks.

**Examples**

```
rec.setgroupname bc0 CRYPTO
rec.setgroupname bc69 "CRYPTO CALLS"
rec.setgroupname bc77 "TEST CALLS"
```

</details>

***

### rec.setusername

Updates the bot's username. Your bot username will change according to what you give, use characters that are still acceptable by the rules that discord has.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FWPeTpwNWJlyuXijyZdPd%2FScreenshot%202024-10-12%20at%2016.58.21.png?alt=media&amp;token=470a037d-5065-4796-b925-5ac4039f11f7" alt=""><figcaption><p>Set Usernane Help Page</p></figcaption></figure>

{% hint style="warning" %}
Attention: do not use this command often, because discord has a rule not to change your bot username often, if possible if you have changed your bot username today, give it 24 hours to change the next username.
{% endhint %}

<details>

<summary>Replace the Bot's Username</summary>

**Usage**

```
rec.setusername <new_bot_username>
```

**Parameters**

* **`<new_bot_username>`** (required): The new username for the bot. You can use special characters, and the more unique the better. Note that Discord only allows changing the username every 2 hours.

**Examples**

```
rec.setusername Thę Rēct◎r (GPA4.0🎓)
rec.setusername Crypto Alert
rec.setusername ANALYST
rec.setusername Callers
```

</details>

***

### **rec.setprefix**

Changes your personal command prefix. prefix is ​​a specific and special command prefix for your bot, each Rector Alert Bot user will have a different prefix from one another. It is recommended that the prefix is ​​no more than 4 characters.

{% hint style="warning" %}
Attention: after changing the prefix, immediately contact me to do a hard restart of your bot, because the new prefix will not work if you only do a reload code command such as using the `rec.reload` command.
{% endhint %}

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FmX21bsjNfqg3mhPOUGkm%2FScreenshot%202024-10-12%20at%2017.01.41.png?alt=media&amp;token=263d95f3-e116-41c5-a0e3-2a338396c04a" alt=""><figcaption><p>Set Prefix Help Page</p></figcaption></figure>

<details>

<summary>Change Your Personal Command Prefix</summary>

**Usage**

```
rec.setprefix <new_prefix>
```

**Parameters**

* **`<new_prefix>`** (required): The new prefix for your commands. It is recommended not to use special characters. A prefix of 3 letters followed by a dot (.) is ideal.

**Examples**

```
rec.setprefix rec.
rec.setprefix crypto.
rec.setprefix ?
rec.setprefix -
rec.setprefix !
```

</details>

***

### **rec.setfooter**

Updates the footer text for the bot's embedded messages.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FZeN1WkoFI5nGJh9UsLXe%2FScreenshot%202024-10-12%20at%2017.28.52.png?alt=media&amp;token=9bd3d546-6c9f-4f60-8ac4-8818c3f0e01d" alt=""><figcaption><p>Set Footer Help Page</p></figcaption></figure>

<details>

<summary>Replace the Footer Text of the Bot's Embedded Message</summary>

**Usage**

```
rec.setfooter <new_footer_text>
```

**Parameters**

* **`<new_footer_text>`** (required): The new footer text for the bot's embedded message. It is recommended to keep the character length to **30 characters or fewer**, including spaces.

**Examples**

```
rec.setfooter Powered By ★ RZMetaversity.com
rec.setfooter linktr.ee/rzmetaversity
```

</details>

***

### rec.setwebsite

Changes the website link in the bot's status message.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FDh5Iq4rEYnVrhZwWef4o%2FScreenshot%202024-10-12%20at%2017.30.54.png?alt=media&amp;token=d59a87fd-46dc-4b81-87be-6b688f66b32d" alt=""><figcaption><p>Set Website Help Page</p></figcaption></figure>

<details>

<summary>Replace the Website Text in the Bot's Status Message</summary>

**Usage**

```
rec.setwebsite <new_website>
```

**Parameters**

* **`<new_website>`** (required): The new website text for the bot's status message. The recommended character length is **25 characters or fewer**, including spaces.

**Examples**

```
rec.setwebsite RZMetaversity.com
rec.setwebsite linktr.ee/rzmetaversity
```

</details>

***

### rec.seticon

Updates the icon in the footer of the bot's embedded messages.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FjBhJezR4bIv8No41M8Wy%2FScreenshot%202024-10-12%20at%2017.32.16.png?alt=media&amp;token=90a6391c-2fbd-4b43-a4db-159a55dd53fc" alt=""><figcaption><p>Set Icon Help Page</p></figcaption></figure>

<details>

<summary>Replace the Icon in the Footer of the Bot's Embedded Message</summary>

**Usage**

```
rec.seticon <new_icon_url> / + upload an image
```

**Parameters**

* **`<new_icon_url>`** (required): Make sure the URL you provide is a direct link to an image.

**Examples**

```
rec.seticon https://link_to_image.png
rec.seticon https://link_to_image.jpg
rec.seticon + Upload an Image
```

</details>

***

### rec.setembedcolor

Customizes the default embed color for messages.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FrcPs4SrTkjjAbJUREH3K%2FScreenshot%202024-10-12%20at%2017.35.09.png?alt=media&amp;token=a4f915cc-6836-4685-b6d3-0b69a6532ddb" alt=""><figcaption><p>Set Embed Color Help Page</p></figcaption></figure>

<details>

<summary>Change the Embed Color of the Bot's Embedded Message</summary>

**Usage**

```
rec.setembedcolor <new_hex_color>
```

**Parameters**

* **`<new_hex_color>`** (required): The HEX color code (a 6-character combination) without the `#` sign. You can visit [color-hex.com](https://www.color-hex.com/) to find your desired color.

**Examples**

```
rec.setembedcolor fcb708
```

</details>

***

## MAINTENANCE

### rec.reload

Reloads the bot’s code.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2FdPi6A6m8oTlweGffn433%2FScreenshot%202024-10-12%20at%2017.37.27.png?alt=media&amp;token=0faef416-d2c6-4804-8e42-e209097fc2d5" alt=""><figcaption><p>Reload Success Report</p></figcaption></figure>

***

### rec.botstatus

Displays your current subscription status with RZ Alert Bot.

<figure><img src="https://1014105368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvzvzJg1TSEAgORgPoTss%2Fuploads%2F0Z0kJ8M2iI2er67jzESU%2FScreenshot%202024-10-12%20at%2017.38.17.png?alt=media&amp;token=2ec96a1d-60fe-4ace-a605-74394d66a9ed" alt=""><figcaption><p>Bot Subscription Status Report</p></figcaption></figure>

***
