Skip to content

Commit

Permalink
Adding the default "Select a role" to rolecommand panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinLeDev committed Dec 24, 2024
1 parent f74bb47 commit 3bd3ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rolecommands/assets/rolecommands.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h3>Create new role command</h2>
<label for="new-role-command-role">Role</label>
<select class="form-control" name="Role" id="new-role-command-role"
onchange="rolecmdRoleDropdownChanged()">
{{roleOptions .ActiveGuild.Roles .HighestRole}}
{{roleOptions .ActiveGuild.Roles .HighestRole 0 "Select a role"}}
</select>
</div>
</div>
Expand Down

0 comments on commit 3bd3ec1

Please sign in to comment.