fixed channel name setting text

This commit is contained in:
void*
2020-02-10 05:04:09 +01:00
parent 80ad016d53
commit 1bdcfec308

View File

@@ -26,9 +26,12 @@
</div>
<div class="form-group row">
<label for="channelName" class="col-sm-3 col-form-label">Command Prefix</label>
<label for="channelName" class="col-sm-3 col-form-label">Channel To Monitor</label>
<div class="col-md-8">
<input type="text" class="form-control" id="channelName" name="channelName" value="<% if (botSettings && botSettings.channelname) { %><%=botSettings.channelname %><% } %>">
<small class="form-text text-muted">
Leave blank to watch all channels.
</small>
</div>
</div>