Updated command descriptions

This commit is contained in:
2023-12-05 14:37:18 +01:00
parent b0732bdaab
commit df82a66921
5 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ module.exports = {
.addStringOption(option =>
option
.setName("query")
.setDescription("The IGN of a member.")
.setDescription("The query to search for. [Default: player]")
.setRequired(true)
).
addStringOption(option =>