Add webhook message instructions card panel

This commit is contained in:
Jeremy Zhang
2017-08-05 18:01:20 +00:00
parent 38533c22a9
commit 5210de6884
5 changed files with 27 additions and 0 deletions

View File

@ -178,6 +178,8 @@
{% include 'card_queryparams.html.j2' %}
{% include 'card_webhookmsgs.html.j2' %}
{% endblock %}
{% block script %}
<script type="text/javascript" src="{{ url_for('static', filename='js/administrate_guild.js') }}"></script>