{% extends 'site_layout.html.j2' %} {% set title="Administrate Guild: " + guild['name'] %} {% block additional_head_elements %} {% endblock %} {% block content %}

Administrating: {{ guild['name'] }}

For this server, you are allowed the following actions: {% for permission in permissions %} {{ permission }} {% if not loop.last %} , {% endif %} {% endfor %} .

Embed URLs

Direct Link

iFrame Embed

{% if "Manage Embed Settings" in permissions %}

Embed Settings

Unauthenticated (Guest) Users


Toggle Visitor Mode

Visitors are able to view the channels that @everyone has access to. However, they are not able to send messages until they login using the usual methods.


Chat Links


Render Links as an Embed

(if possible)


Message mentions limit

(-1 to have no limit - enter to submit)


Custom Discord.io Link

Because we are a partner with Discord.io, we enable you to enter your custom discord.io link and replace the discord.gg link on the embed!

(Leave blank if none - enter to submit)

{% endif %} {% if "Ban Members" in permissions or "Kick Members" in permissions %}

Moderate Unauthenticated Members

Select Action

{% for member in members %} {% if not member["banned"] %} {% else %} {% endif %} {% endfor %}
Kick User Ban User Username Discrim Last Visit IP Address Hash Banned Timestamp Banned by Banned Reason Ban Lifted by Recent Aliases
KickBanLift{{ member['username'] }} {{ member['discrim'] }} {{ member['last_visit'] }} {{ member['ip'] }} {{ member['banned_timestamp'] }} {{ member['banned_by'] }} {{ member['banned_reason'] }} {{ member['ban_lifted_by'] }}
    {% if member['aliases']|length > 0 %} {% for alias in member['aliases'] %}
  • {{ alias }}
  • {% endfor %} {% else %}
  • None
  • {% endif %}

Note that all bans are by IP. Seeing duplicates? It is because users are generated a unique session on each browser load. (Though we try to remove/concat any duplicates IP hashes)

{% endif %}


{% include 'card_commands.html.j2' %} {% include 'card_queryparams.html.j2' %} {% include 'card_webhookmsgs.html.j2' %} {% endblock %} {% block script %} {% endblock %}