> For the complete documentation index, see [llms.txt](https://docs.trickys.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trickys.gg/other/discord-bots/mt-status-bot.md).

# MT Status Bot

## What can the bot do

In brief the bot can do the following;

* Get MotorTown server status.
* Get player count for servers.
* Get total players playing MotorTown.

## Quick setup

{% stepper %}
{% step %}

#### Invite the bot

Open a ticket on our discord server and request access to this bot
{% endstep %}

{% step %}
Use the <mark style="color:$warning;">/mt servers add</mark> <mark style="color:$warning;">`server:`</mark><mark style="color:purple;">`server-name`</mark> command and select a server from the list.

<div align="left"><figure><img src="/files/JzbiJqoielJhJY4SsTGU" alt="" width="309"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Set the channel which the status embed will be sent and updated\
To set the channel: <mark style="color:$warning;">/mt channel</mark> <mark style="color:$warning;">`channel:`</mark><mark style="color:purple;">`#channel`</mark>

<div align="left"><figure><img src="/files/nyVr3wdQZZ4IWBBxDmJ9" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

## Configuring the bot

{% hint style="warning" %}
DEFAULT PERMISSIONS

These commands by default will only be accessible by users with the administrator permission.
{% endhint %}

### Title

<mark style="color:blue;">Title</mark> - The title of the embed.\
To set the title: <mark style="color:$warning;">/mt embed title</mark><mark style="color:$warning;">`title:`</mark><mark style="color:purple;">`title-here`</mark>

<div align="left"><figure><img src="/files/f1aZxIgEzzJy3qG6Y8bF" alt=""><figcaption></figcaption></figure></div>

### Colour

<mark style="color:blue;">Colour</mark> - The color of the embed.\
To set the color: <mark style="color:$warning;">/mt embed colour</mark><mark style="color:$warning;">`colour:`</mark><mark style="color:purple;">`Hex-colour`</mark>

<div align="left"><figure><img src="/files/pG1RTQ4ZTfdfeJ2875sE" alt=""><figcaption></figcaption></figure></div>

### Set channel

<mark style="color:blue;">Channel</mark> - Set the channel where you want the embed to be\
To set the channel: <mark style="color:$warning;">/mt channel</mark> <mark style="color:$warning;">`channel:`</mark><mark style="color:purple;">`#channel`</mark>

<div align="left"><figure><img src="/files/Cc3KUAvdHBbHXQxcTcAb" alt=""><figcaption></figcaption></figure></div>

### Set embed info

<mark style="color:blue;">Set Embed Info</mark> - Icon, Global Players, Game Logo In Title.\
To show the embed settings: <mark style="color:$warning;">/mt info</mark>

<div align="left"><figure><img src="/files/jHHyDKY3Cv8bxcqfiaqS" alt=""><figcaption></figcaption></figure> <figure><img src="/files/DsK5c3ZjbgnMoYY9HviI" alt=""><figcaption></figcaption></figure></div>

<table><thead><tr><th width="68.050048828125">No.</th><th width="185">Info Type</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>Icon</td><td>Shows server icon in embed.</td></tr><tr><td>2</td><td>Global Players</td><td>Shows the number of players on MotorTown.</td></tr><tr><td>3</td><td>Game Logo In Title</td><td>Shows title in embed.</td></tr></tbody></table>

### Manage servers

<mark style="color:blue;">Add Server</mark> - Add a server to the embed.\
To add a server use: <mark style="color:$warning;">/mt servers add</mark> <mark style="color:$warning;">`server:`</mark><mark style="color:purple;">`server-name`</mark>

<div align="left"><figure><img src="/files/tVnMCeauCN54BVSVkrjP" alt=""><figcaption></figcaption></figure></div>

<mark style="color:blue;">Remove Server</mark> - Remove a server from the embed.\
To remove a server use: <mark style="color:$warning;">/mt servers remove</mark> <mark style="color:$warning;">`displayedserver:`</mark><mark style="color:purple;">`server-name`</mark>

<div align="left"><figure><img src="/files/rx6gINxBRllBeKp6Dy0Z" alt=""><figcaption></figcaption></figure></div>

<mark style="color:blue;">List Servers</mark> - Shows current servers on embed.\
To show current servers use: <mark style="color:$warning;">/mt servers list</mark>

<div align="left"><figure><img src="/files/Im2gOxZSlmHsmnKv6PpE" alt=""><figcaption></figcaption></figure></div>

## Bot permissions

These are the bot's permissions:

* Read Messages/View Channels - Needed to read messages & view channels in server.
* Send Messages - Needed to send messages in server.
* Read Message History - Needed to read message history.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.trickys.gg/other/discord-bots/mt-status-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
