mirror of
https://github.com/v0idp/Mellow.git
synced 2025-12-21 05:19:29 -06:00
fixed channel name setting text
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user