Skip to content

Commit

Permalink
Change prefix to Command Prefix (botlabs-gg#431)
Browse files Browse the repository at this point in the history
This is just a one word on the cmd settings page as it might help with some of the silly things people type

Also changed the value of the text field if empty to Prefix (type before all commands)
  • Loading branch information
buthed010203 authored and jogramming committed Apr 11, 2019
1 parent 95e7a54 commit b5b221c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commands/assets/commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ <h2>Command settings</h2>
<div class="row">
<div class="col-lg-6">
<div class="form-group">
<label for="prefix">Prefix</label>
<input type="text" class="form-control" id="prefix" name="Prefix" value="{{.CommandPrefix}}">
<label for="prefix">Command Prefix</label>
<input type="text" class="form-control" id="prefix" name="Prefix (Type before all commands)" value="{{.CommandPrefix}}">
</div>
</div>
<div class="col-lg-6">
Expand Down Expand Up @@ -272,4 +272,4 @@ <h4 class="card-title m-0">
</div>
</div>
</form>
{{end}}
{{end}}

0 comments on commit b5b221c

Please sign in to comment.