{% extends "template.html" %} {% block content %}
Commandes et logs de modération pour {{ twitch_channel }}
{{ stream_title or 'Sans titre' }}
{% else %}À bientôt
{% endif %}{{ stream_title or 'Sans titre' }}
{{ game_name or 'Catégorie non renseignée' }}{% if stream_uptime %} · {{ stream_uptime }}{% endif %}
{% else %}En attente du prochain live
Lecteur intégré — son activé automatiquement quand la chaîne est en ligne
{% endif %}Récupération du chat...
Les messages du chat Twitch apparaîtront ici en temps réel
Envoyé via le bot • Ouvrir le chat
| Commande(s) | Usage | Permission |
|---|---|---|
{% for c in cmd.commands %}
{{ c }}
{% if not loop.last %} {% endif %}
{% endfor %}
|
{{ cmd.usage }} |
{{ cmd.permission }} |
| Date | Action | Modo | Cible | Détails |
|---|---|---|---|---|
| {{ log.created_at.strftime('%d/%m %H:%M') }} | {{ log.action }} |
{{ log.moderator }} | {{ log.target or '-' }} | {{ log.details or '-' }} |
| Commande | Réponse | Permission | Actions |
|---|---|---|---|
{{ cmd.trigger }} |
{{ cmd.response }} | {{ twitch_permissions.get(cmd.twitch_permission or 'viewer', 'Tous') }} |
| Mot | Timeout | Ajouté le | Actions |
|---|---|---|---|
{{ word.word }} |
{{ word.timeout_duration }}s | {{ word.created_at.strftime('%d/%m/%Y %H:%M') if word.created_at else '-' }} | Supprimer |