{% 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 %} .

{% if disabled %}
This server is currently disabled on the platform.

You will not be able to embed the server for the time being. To have this action lifted, please see an administrator.

{% endif %}

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.


Toggle Webhooks Messages

Instead of sending user messages directly from the Titan bot, webhook messages allows Titan to take advantage of the built-in webhooks to create messages that looks more real. Reading messages in Discord can be 20% more cooler!


Chat Links


Render Links as an Embed

(if possible)


Toggle Guest Captcha

Prevent bots from logging into your embed


Message mentions limit

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


Custom Invite Link

Have a permanent invite that you really want to use? Something like discord.io on your mind? Enter your custom invite link here to replace the default one on the embed!

(Leave blank if none - enter to submit)


Guest User Avatar URL

Guest users may have a custom avatar instead of the Titan logo. Source must be the permanent URL location to the image file (try imgur and get direct link to image).

(Leave blank if none - enter to submit)

{% if not cosmetics.guest_icon %}

Your user account does not have access to change guest avatar url. Please visit the Titan Tokens shop to activate this cosmetic item.

{% endif %}
{% 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' %} {% endblock %} {% block script %} {% endblock %}