# Old Discord Integration

### `/status`

Display Loaders status. This command shows the current status of all loaders and provides the numbering of your loaders for use with other commands. Use this to get an overview of the operational status and any issues with the loaders.

***

### `/update_status <loader_number> <status>`

Update the status of multiple loaders based on their numbers. This command updates the status of specified loaders. List the loader numbers and the desired status to make the changes.

***

### `/update_loader <loader_number> <link>`

Update the loader based on its number and new link. Use this command to update the loader by selecting its number and inserting the link returned by /upload. This will update the loader automatically.

***

### `/rename_loader <loader_number> <new_name>`

Rename the loader based on its number. Use this command to rename a loader. Provide the loader's number and the new name to update it accordingly.

***

### `/add_loader <loader_name> <link> <category> <loader_status>`

Add a new loader to your multiloader. Use this command to create and integrate a new loader by specifying its name, the download link, the category it belongs to, and its initial status.&#x20;

***

### `/delete_loader <loader_number>`

Delete a loader by its number. Use this command to permanently remove a loader from your multiloader.

***

### `/upload <your_file>`

&#x20;Upload a file to your cloud and return the download link. Use this command to upload a file to your cloud storage. It will return a download link for easy access and sharing.

***

### `/update_logo <link>`

Use this command to update your logo via the media link returned by /upload previously, and it will automatically update the logo in your multiloader.

***

### `/update_news_page <link>`

Update the News Page Image's link. Use this command to update the news page image via the media link returned by /upload previously, and it will automatically update the news page image in your multiloader.

***


---

# 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/old-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.
