{% include 'imports.html' %}

Create bot

Step {{ session['step'] }}

{% if session['step'] == 1 %}
{% elif session['step'] == 2 %}

Detected instance type: {{ session['instance_type'] }}

{{ session['instance'] }} is a {{ session['instance_type'] }} instance. {% if session['instance_type'] == Pleroma %}Unfortunately, bots on Pleroma instances cannot listen for replies yet. This means that your bot will have its reply functionality disabled.{% else %}{{ session['instance_type'] }} instances are fully supported, and your bot will have all functionality available.{% endif %}

{% endif %}
{% include 'footer.html' %}