change list-data command definition to use correct description
This commit is contained in:
parent
8f4d071194
commit
1087c121ca
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class Main extends ListenerAdapter {
|
|||
|
||||
commands.addCommands(
|
||||
Commands.slash("list-data", "List data of given user.")
|
||||
.addOptions(new OptionData(USER, "user", "The user who's HWID we should reset.")
|
||||
.addOptions(new OptionData(USER, "user", "The user who's data we should list.")
|
||||
.setRequired(true))
|
||||
.addOptions(new OptionData(STRING, "password", "The admin password.")
|
||||
.setRequired(true))
|
||||
|
|
Loading…
Add table
Reference in a new issue