{{ title }}

{% if detailed %}

资源池开关仅影响当前群;多个资源池 ID 使用空格分隔。

{% else %}

以下是当前群已经启用的随机功能。

{% endif %}
{% if not pools %}
{% if detailed %}暂无随机池{% else %}当前群暂无已启用的随机功能{% endif %}
{% endif %} {% for pool in pools %}
{{ pool.display_name }}
{% if detailed %}
{{ pool.pool_id }}
{% endif %}
{% if detailed %}
{% endif %}
{{ pool.output_text }} {% if detailed %} {{ pool.mode_text }} {{ pool.file_count }} 个素材 CD {{ pool.cooldown_seconds }}s {{ pool.status_text }} {% endif %}
{{ pool.command }}
{% endfor %}
{% if help_sections %}

相关指令

{% for section in help_sections %}
{{ section.title }} {{ section.permission }}
{% for command in section.commands %}
{{ command }}
{% endfor %}
{% endfor %}
{% endif %}