{% extends "template.html" %} {% block content %}

Configurations

Paramètres Discord, Twitch et Humble Bundle.

Discord

Nécessite un redémarrage après modification

Messages de bienvenue

Variables :

{member.mention} {member.name} {server.name} {server.member_count}

Messages de départ

Modération

{% set selected_roles = (configuration.getValue('moderation_staff_role_ids') or '').split(',') %} {% if roles|length > 1 %}
{% for guild_data in roles %} {% endfor %}
{% endif %} {% for guild_data in roles %}
{% for role in guild_data.roles %} {% endfor %}
{% endfor %}

API Twitch

{% if configuration.getValue('twitch_client_secret') and configuration.getValue('twitch_client_id') %}
Obtenir token et refresh token

Nécessite un redémarrage après l'obtention des tokens

{% endif %}
Besoin d'aide ?

Humble Bundle

Activez les notifications pour recevoir automatiquement les nouveaux packs sur Discord.

{% endblock %}