# Présentation

## Informations

Bot personnalisé pour le **VolcanoShop version Java** [Discord](https://discord.gg/volcanoshop)

Commandes, Support, Système de gestion de commande panel et vendeur, gestion de giveaways, système de loto, système d'enchères, modérations et diverses commandes

> Développé par **zerwyx** et **zeluck\_**

### Installation

Utilisez git pour installer l'ensemble des fichiers

```
git clone https://github.com/Zeluck-github/VolcanoJS.git
```

Lancez VsCode, installez les packages

```javascript
npm i
```

### Configuration

Configurez le bots dans le fichier `config.json` et dans `config/bot.js`

### Démarrage

```javascript
node index.js
```

### Développement

Développé par **@zerwyx et maintenu par @zeluck\_**

### Licences

Propriété exclusive du [Volcano](https://discord.gg/volcanoshop)


---

# 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://volcanodocs.zeluck.fr/presentation.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.
