Updated command descriptions
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = {
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("ban")
|
||||
.setDescription("Ban a user")
|
||||
.setDescription("Bans a user")
|
||||
.addUserOption(option =>
|
||||
option
|
||||
.setName("user")
|
||||
|
||||
@@ -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 =>
|
||||
|
||||
@@ -11,7 +11,7 @@ module.exports = {
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("help")
|
||||
.setDescription("Help command")
|
||||
.setDescription("List's all commands usable by a member")
|
||||
.setDMPermission(true),
|
||||
|
||||
/** @param { import('discord.js').ChatInputCommandInteraction } interaction */
|
||||
|
||||
@@ -10,7 +10,7 @@ module.exports = {
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("ping")
|
||||
.setDescription("Get the bot's ping."),
|
||||
.setDescription("Get's the bot's ping."),
|
||||
|
||||
/**
|
||||
* @param { import("discord.js").ChatInputCommandInteraction } interaction
|
||||
|
||||
@@ -14,7 +14,7 @@ module.exports = {
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("update")
|
||||
.setDescription("Update your guild rank.")
|
||||
.setDescription("Update your discord roles.")
|
||||
.setDMPermission(false),
|
||||
|
||||
/** @param { import('discord.js').ChatInputCommandInteraction } interaction */
|
||||
|
||||
Reference in New Issue
Block a user