Customizable msg posting timeout and msg length

This commit is contained in:
Jeremy Zhang
2018-03-25 04:43:39 +00:00
parent 18f25d0852
commit e8424a63c8
11 changed files with 116 additions and 5 deletions

View File

@ -134,6 +134,18 @@
<br>
<p class="flow-text">Send Message Timeout</p>
<p>(0 seconds to have no limit - enter to submit)</p>
<input id="post_timeout" type="number" value="{{ guild['post_timeout'] }}">
<br>
<p class="flow-text">Maximum Message Length</p>
<p>(No more than 2000 characters - enter to submit)</p>
<input id="max_message_length" type="number" value="{{ guild['max_message_length'] }}">
<br>
<p class="flow-text">Custom Invite Link</p>
<p>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!</p>
<p>(Leave blank if none - enter to submit)</p>