{% extends "base.html" %} {% block title %}Discord Settings — {{ club.name }}{% endblock %} {% block content %} {% include "club_ribbon.html" %}
Discord server connected.
{% else %}
Add the bot to your Discord server by clicking the button below, then run the
/connect command in your server to link it to this club.
DISCORD_BOT_CLIENT_ID is not configured on this server.
Contact your site administrator.
Once you've added the bot to your server and given it a role above the ones it manages,
type /connect and press enter, then, when prompted for a club_uuid, paste this connection code:
Note that the bot needs a role that is placed above any roles it needs to manage in your server's role hierarchy.
{% if roles %}| Role name |
|---|
| {% if role.bot_can_manage %} {{ role.role_name }} {% else %} {{ role.role_name }} {% endif %} {% if role.is_paid_role %}Paid{% endif %} {% if role.is_unpaid_role %}Unpaid{% endif %} {% if role.bap_points_for_role %}BAP ≥ {{ role.bap_points_for_role }}{% endif %} {% if role.hap_points_for_role %}HAP ≥ {{ role.hap_points_for_role }}{% endif %} {% if not role.bot_can_manage %} Bot can't manage {% endif %} |
No roles fetched yet. Click Fetch roles from Discord above.
{% endif %}
To have announcements about upcoming auctions in a channel, you can use the slash command /auctions_here. This only works after you have connected your Discord server to a club.
Auction announcements channel is set. Run /auctions_here in a different channel to change it.
No auction announcements channel set. Run /auctions_here in the channel where you want announcements posted.