Backend support for discordio links and able to edit in admin panel

This commit is contained in:
Jeremy Zhang
2017-06-04 05:31:45 +00:00
parent c76e0a4993
commit 0b96794120
6 changed files with 56 additions and 1 deletions

View File

@ -79,6 +79,13 @@
<p class="flow-text">Message mentions limit</p>
<p>(-1 to have no limit - enter to submit)</p>
<input id="mentions_limit" type="number" value="{{ guild['mentions_limit'] }}">
<br>
<p class="flow-text">Custom Discord.io Link</p>
<p>Because we are a partner with <a href="https://discord.io" target="_blank">Discord.io</a>, we enable you to enter your custom discord.io link and replace the discord.gg link on the embed!</p>
<p>(Leave blank if none - enter to submit)</p>
<input id="discordio" value="{{ guild['discordio'] }}">
</div>
</div>
</div>