# Discord Integration

## ML Bot Guide for Managing Your MultiLoader

**Welcome to the complete guide for using the ML bot.**\
This bot allows you to manage and personalize your application by interacting directly with a dedicated secure server for each user. Any modifications you make via the bot are reflected in real time in your application, giving you full flexibility over settings, statuses, and content.

***

### **Key Features**

* **Updating Loader Statuses:**\
  View and update the status of your application’s loaders (online, updating, offline).
* **Complete Personalization:**\
  Customize the colors, images, and themes of your user interface to match your preferences.
* **Adding and Deleting Loaders and Categories:**\
  Easily manage the elements of your application with commands to add, delete, or rename loaders and categories.
* **File Upload and Update:**\
  Upload files to your secure storage and update media content (logos, images, etc.) directly from Discord.
* **Displaying Themes:**\
  View and apply themes to further personalize your application’s appearance.

***

### Main Commands

#### 1. `/status`

Displays the current status of all your loaders. The bot retrieves information from your server and shows a summary in an embed with visual statuses (online, offline, updating).

#### 2. `/update_status [loader_number] [status]`

Update the status of one or more loaders based on their number. Specify the loader numbers and the desired status (online, updating, offline).

#### 3. `/update_loader [loader_number] [new_link]`

Update the download link and version of a loader. The bot automatically increments the version number during the update.

#### 4. `/rename_loader [loader_number] [new_name]`

Rename a loader based on its number.

#### 5. `/delete_loader [loader_number]`

Delete a loader from your application.

#### 6. `/add_loader [loader_name] [link] [category] [loader_status]`

Add a new loader to a specific category with the necessary information (name, link, status).

#### 7. `/upload [your_file]`

Upload a file to your secure storage and receive a download link to use in your application.

#### 8. `/update_image [image_name] [new_link]`

Update an image (ex: a logo or background) in your application using a new link.

#### 9. `/commands`

Displays the complete list of available commands.

#### 10. `/customize [category] [option] [value]`

Customize your application's settings, such as colors, links, or rounded corners.

#### 11. `/display_ml`

Displays all the current settings of your application (links, colors, design, etc.) in a Discord embed.

#### 12. `/ml_theme`

Displays the available themes for customizing your application’s appearance, along with associated colors and images

***

### Technical Aspects

* **Security**: Each user has a dedicated secure server, ensuring that only authorized users can interact with their data.
* **Dynamic Interface**: Modifications are applied in real time, providing a smooth and responsive user experience. In rare cases, server load or updates might cause slight delays, but they are usually brief.
* **Advanced Personalization**: With extensive customization options, each user can tailor their application to their specific needs.

***

## [⚙️](https://emojipedia.org/gear)[How loaders work ?](/av/applications/multiloader-s1/discord-integration/loaders.md)

{% content-ref url="/pages/2te5mh000IkKkoVnKDYw" %}
[Loaders](/av/applications/multiloader-s1/discord-integration/loaders.md)
{% endcontent-ref %}

## [🎨](https://emojipedia.org/artist-palette)[How to customize my ML ?](/av/applications/multiloader-s1/discord-integration/customization.md)

{% content-ref url="/pages/jdryK6GJs9xxFpoKGGwr" %}
[Customization](/av/applications/multiloader-s1/discord-integration/customization.md)
{% endcontent-ref %}

***

#### By following this guide, you can efficiently manage and personalize your loaders, ensuring that your applications run smoothly and remain up-to-date with the latest tools and functionalities. If you have any further questions or require assistance, feel free to contact us on [discord.gg/anewvision](https://discord.gg/anewvision).

***


---

# 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:

```
GET https://av0.gitbook.io/av/applications/multiloader-s1/discord-integration.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.
