# Liste des noms pris en charge

Vous retrouverez dans cette liste tous les mots avec les emoji dédiés, ayants été pris en charge par le bot à l'heure actuelle.

{% hint style="info" %}
Cette liste évoluera au fil des versions et pourrait être amélioré avec le temps, des changements d'emoji pourraient avoir lieu avec le temps.
{% endhint %}

```javascript
"général": "💬",
"chat": "💬",
"discussion": "💬",
"discussions": "💬",
"conversation": "💬",
"conversations": "💬",
"vidéos": "🎥",
"video": "🎥",
"vidéo": "🎥",
"cinema": "🎥",
"cinemas": "🎥",
"cinéma": "🎥",
"cinémas": "🎥",
"medias": "📷",
"médias": "📷",
"images": "📷",
"image": "📷",
"trombinoscope": "📷",
"musique": "🎵",
"song": "🎵",
"bot": "🤖",
"bots": "🤖",
"commande": "🤖",
"commandes": "🤖",
"vocal": "🎧",
"salle": "🎧",
"jeux": "🎮",
"jeux-vidéos": "🎮",
"jeux-videos": "🎮",
"jeu-vidéo": "🎮",
"jeu-video": "🎮",
"gaming": "🎮",
"game": "🎮",
"mini-jeux": "🎲",
"mini-jeu": "🎲",
"animes": "🦊",
"artistique": "🎭",
"artistes": "🎭",
"histoire": "📖",
"suggestion": "📖",
"suggestions": "📖",
"livre": "📖",
"livres": "📖",
"règle": "📝",
"règles": "📝",
"rule": "📝",
"rules": "📝",
"réseau": "💻",
"reseau": "💻",
"réseaux": "💻",
"reseaux": "💻",
"configuration": "⚒️",
"paramètre": "📖",
"paramètres": "📖",
"sondage": "📩",
"sondages": "📩",
"avis": "📩",
"créer un salon": "➕",
"créer votre salon": "➕",
"succès": "🌝",
"gestion": "👮",
"inactif": "😴",
"inactifs": "😴",
"afk": "😴",
"sleep": "😴",
"dodo": "😴",
"creation": "⭐",
"créations": "⭐",
"creations": "💡",
"information": "💡",
"informations": "💡",
"log": "📑",
"logs": "📑",
"bug": "💥",
"bugs": "💥",
"explosion": "💥",
"explosions": "💥",
"alerte": "🚨",
"alertes": "🚨",
"nouveau": "🚪",
"nouveaux": "🚪",
"bienvenue": "🚪",
"aurevoir": "🚪",
"cadeau": "🎁",
"cadeaux": "🎁",
"concours": "🎁",
"giveaway": "🎁",
"giveaways": "🎁",
"ticket": "📁",
"tickets": "📁",
"support": "📁",
"supports": "📁",
"boost": "💎",
"boosts": "💎",
"ressource": "💼",
"ressources": "💼",
"question": "❓",
"questions": "❓",
"gacha": "🎴",
"admin": "⚙️",
"admins": "⚙️",
"staff": "⚙️",
"staffs": "⚙️",
"modération": "📊",
"modérations": "📊",
"stats": "📊",
"statistique": "📊",
"statistiques": "📊",
```


---

# 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://nexuscore.gitbook.io/ultra-customizer/salons/deploiement/liste-des-noms-pris-en-charge.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.
